NAiOS IconNAiOS Logo
Volver al catálogo

Serveravatar

serveravatar

ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.

Acciones
17
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (17)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Destroy BackupsSERVERAVATAR_DESTROY_BACKUPSAcción

Tool to delete one or more backups from the cloud storage provider. Use when you need to remove specific backups by their IDs from an organization.

Parámetros de entrada

  • idsinteger[]Obligatorio

    Collection of backup identifiers to be removed. Provide an array of backup IDs that you want to delete from the cloud storage provider.

  • organizationstringObligatorio

    Organization ID where the backups are located. This identifies the organization context for the backup deletion operation.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get organization detailsSERVERAVATAR_GET_ORGANIZATIONAcción

Tool to retrieve details of a specific organization by ID. Use when you need to fetch information about an organization.

Parámetros de entrada

  • organizationintegerObligatorio

    Organization ID to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ApplicationsSERVERAVATAR_LIST_APPLICATIONSAcción

Tool to list applications for a specific organization in ServerAvatar. Use when you need to retrieve all applications associated with an organization ID.

Parámetros de entrada

  • organizationstringObligatorio

    The organization ID to list applications for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List BackupsSERVERAVATAR_LIST_BACKUPSAcción

Tool to list all backups in a ServerAvatar organization. Use when you need to retrieve backup information including status, size, and expiration dates.

Parámetros de entrada

  • organizationintegerObligatorio

    Organization ID to list backups for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Archived BackupsSERVERAVATAR_LIST_BACKUPS_ARCHIVEAcción

Tool to list archived backups for an organization by type. Use when you need to retrieve archived backups filtered by type (filesystem, database, or application).

Parámetros de entrada

  • pageinteger

    Page number for pagination. Defaults to 1 if not specified.

  • typestringObligatorioenum

    Type of backup to list: filesystem, database, or application.

    filesystemdatabaseapplication
  • organizationstringObligatorio

    Organization ID to list archived backups for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Backups for Deleted ServersSERVERAVATAR_LIST_BACKUPS_DELETED_SERVERAcción

Tool to get list of deleted servers with available backups. Use when you need to retrieve information about servers that have been deleted but still have backup data in the archive.

Parámetros de entrada

  • organizationstringObligatorio

    Organization ID to retrieve deleted server backups for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Backup PresetsSERVERAVATAR_LIST_BACKUPS_PRESETSAcción

Tool to retrieve backup preset schedules and retention periods for a server. Use when you need to view available backup scheduling options and retention period configurations.

Parámetros de entrada

  • serverstringObligatorio

    Server ID to retrieve backup presets for.

  • organizationstringObligatorio

    Organization ID to retrieve backup presets for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Cloud Server ProvidersSERVERAVATAR_LIST_CLOUD_SERVER_PROVIDERSAcción

Tool to list connected cloud server provider accounts for an organization. Use when you need to retrieve all connected provider accounts like DigitalOcean, Vultr, Linode, Hetzner, or AWS Lightsail.

Parámetros de entrada

  • searchstring

    Search by email address associated with the provider account

  • providerstring

    Filter by provider type (e.g., lightsail, digitalocean, vultr, linode, hetzner)

  • paginationinteger

    Enable pagination by setting to 1. When enabled, returns paginated response with metadata. When omitted, returns simple array.

  • organizationstringObligatorio

    Organization ID for which to list cloud server providers

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Cloud Storage ProvidersSERVERAVATAR_LIST_CLOUD_STORAGE_PROVIDERSAcción

Tool to list all configured cloud storage providers for an organization. Use when you need to retrieve available storage provider configurations for backups or file storage.

Parámetros de entrada

  • organizationstringObligatorio

    The organization ID to list cloud storage providers for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Cronjobs PresetsSERVERAVATAR_LIST_CRONJOBS_PRESETSAcción

Tool to retrieve available cronjob presets for a server. Use when you need to get standard cron expressions for scheduling tasks at various intervals.

Parámetros de entrada

  • serverstringObligatorio

    Server identifier to retrieve cronjob presets for.

  • organizationstringObligatorio

    Organization identifier for the ServerAvatar account.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DatabasesSERVERAVATAR_LIST_DATABASESAcción

Tool to list databases for a given organization. Use when you need to retrieve all databases or filter by name.

Parámetros de entrada

  • searchstring

    Filter results by database name

  • paginationinteger

    Enable pagination (set to 1 to enable)

  • organizationstringObligatorio

    The organization identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Git ProvidersSERVERAVATAR_LIST_GIT_PROVIDERSAcción

Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.

Parámetros de entrada

  • organizationintegerObligatorio

    The organization ID to list git providers for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Organization MembersSERVERAVATAR_LIST_MEMBERSAcción

Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.

Parámetros de entrada

  • pageinteger

    Pagination page number for fetching specific page of results

  • querystring

    Search filter to find specific members by name or email

  • organizationstringObligatorio

    The organization ID to list members for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List OrganizationsSERVERAVATAR_LIST_ORGANIZATIONSAcción

Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ServersSERVERAVATAR_LIST_SERVERSAcción

Tool to list all servers in an organization with pagination support. Use when you need to retrieve servers for a specific organization.

Parámetros de entrada

  • paginationinteger

    Page number for pagination. If not provided, returns first page.

  • organizationintegerObligatorio

    Organization ID to list servers for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TimezonesSERVERAVATAR_LIST_TIMEZONESAcción

Tool to retrieve the list of available timezones with their UTC offsets. Use when you need to get timezone options for creating or configuring applications.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WordPress LanguagesSERVERAVATAR_LIST_WORDPRESS_LANGUAGESAcción

Tool to retrieve all available WordPress languages. Use when you need to get the list of supported languages for WordPress installation or configuration.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not