Serveravatar
serveravatarServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.
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ónTool 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.
SERVERAVATAR_DESTROY_BACKUPSAcciónTool 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[]ObligatorioCollection of backup identifiers to be removed. Provide an array of backup IDs that you want to delete from the cloud storage provider.
organizationstringObligatorioOrganization ID where the backups are located. This identifies the organization context for the backup deletion operation.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization detailsSERVERAVATAR_GET_ORGANIZATIONAcciónTool to retrieve details of a specific organization by ID. Use when you need to fetch information about an organization.
SERVERAVATAR_GET_ORGANIZATIONAcciónTool to retrieve details of a specific organization by ID. Use when you need to fetch information about an organization.
Parámetros de entrada
organizationintegerObligatorioOrganization ID to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ApplicationsSERVERAVATAR_LIST_APPLICATIONSAcciónTool to list applications for a specific organization in ServerAvatar. Use when you need to retrieve all applications associated with an organization ID.
SERVERAVATAR_LIST_APPLICATIONSAcciónTool 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
organizationstringObligatorioThe organization ID to list applications for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List BackupsSERVERAVATAR_LIST_BACKUPSAcciónTool to list all backups in a ServerAvatar organization. Use when you need to retrieve backup information including status, size, and expiration dates.
SERVERAVATAR_LIST_BACKUPSAcciónTool 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
organizationintegerObligatorioOrganization ID to list backups for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Archived BackupsSERVERAVATAR_LIST_BACKUPS_ARCHIVEAcciónTool to list archived backups for an organization by type. Use when you need to retrieve archived backups filtered by type (filesystem, database, or application).
SERVERAVATAR_LIST_BACKUPS_ARCHIVEAcciónTool 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
pageintegerPage number for pagination. Defaults to 1 if not specified.
typestringObligatorioenumType of backup to list: filesystem, database, or application.
filesystemdatabaseapplicationorganizationstringObligatorioOrganization ID to list archived backups for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Backups for Deleted ServersSERVERAVATAR_LIST_BACKUPS_DELETED_SERVERAcciónTool 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.
SERVERAVATAR_LIST_BACKUPS_DELETED_SERVERAcciónTool 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
organizationstringObligatorioOrganization ID to retrieve deleted server backups for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Backup PresetsSERVERAVATAR_LIST_BACKUPS_PRESETSAcciónTool 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.
SERVERAVATAR_LIST_BACKUPS_PRESETSAcciónTool 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
serverstringObligatorioServer ID to retrieve backup presets for.
organizationstringObligatorioOrganization ID to retrieve backup presets for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Cloud Server ProvidersSERVERAVATAR_LIST_CLOUD_SERVER_PROVIDERSAcciónTool 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.
SERVERAVATAR_LIST_CLOUD_SERVER_PROVIDERSAcciónTool 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
searchstringSearch by email address associated with the provider account
providerstringFilter by provider type (e.g., lightsail, digitalocean, vultr, linode, hetzner)
paginationintegerEnable pagination by setting to 1. When enabled, returns paginated response with metadata. When omitted, returns simple array.
organizationstringObligatorioOrganization ID for which to list cloud server providers
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Cloud Storage ProvidersSERVERAVATAR_LIST_CLOUD_STORAGE_PROVIDERSAcciónTool 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.
SERVERAVATAR_LIST_CLOUD_STORAGE_PROVIDERSAcciónTool 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
organizationstringObligatorioThe organization ID to list cloud storage providers for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Cronjobs PresetsSERVERAVATAR_LIST_CRONJOBS_PRESETSAcciónTool to retrieve available cronjob presets for a server. Use when you need to get standard cron expressions for scheduling tasks at various intervals.
SERVERAVATAR_LIST_CRONJOBS_PRESETSAcciónTool 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
serverstringObligatorioServer identifier to retrieve cronjob presets for.
organizationstringObligatorioOrganization identifier for the ServerAvatar account.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DatabasesSERVERAVATAR_LIST_DATABASESAcciónTool to list databases for a given organization. Use when you need to retrieve all databases or filter by name.
SERVERAVATAR_LIST_DATABASESAcciónTool to list databases for a given organization. Use when you need to retrieve all databases or filter by name.
Parámetros de entrada
searchstringFilter results by database name
paginationintegerEnable pagination (set to 1 to enable)
organizationstringObligatorioThe organization identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Git ProvidersSERVERAVATAR_LIST_GIT_PROVIDERSAcciónTool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.
SERVERAVATAR_LIST_GIT_PROVIDERSAcciónTool 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
organizationintegerObligatorioThe organization ID to list git providers for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Organization MembersSERVERAVATAR_LIST_MEMBERSAcciónTool 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.
SERVERAVATAR_LIST_MEMBERSAcciónTool 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
pageintegerPagination page number for fetching specific page of results
querystringSearch filter to find specific members by name or email
organizationstringObligatorioThe organization ID to list members for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List OrganizationsSERVERAVATAR_LIST_ORGANIZATIONSAcciónTool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.
SERVERAVATAR_LIST_ORGANIZATIONSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ServersSERVERAVATAR_LIST_SERVERSAcciónTool to list all servers in an organization with pagination support. Use when you need to retrieve servers for a specific organization.
SERVERAVATAR_LIST_SERVERSAcciónTool 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
paginationintegerPage number for pagination. If not provided, returns first page.
organizationintegerObligatorioOrganization ID to list servers for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TimezonesSERVERAVATAR_LIST_TIMEZONESAcciónTool to retrieve the list of available timezones with their UTC offsets. Use when you need to get timezone options for creating or configuring applications.
SERVERAVATAR_LIST_TIMEZONESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WordPress LanguagesSERVERAVATAR_LIST_WORDPRESS_LANGUAGESAcciónTool to retrieve all available WordPress languages. Use when you need to get the list of supported languages for WordPress installation or configuration.
SERVERAVATAR_LIST_WORDPRESS_LANGUAGESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not