NAiOS IconNAiOS Logo
Volver al catálogo

Statuscake

statuscake

StatusCake is a website monitoring platform that provides observability for applications, offering features like uptime monitoring, page speed monitoring, SSL monitoring, and more.

Acciones
11
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 (11)

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.

Delete Contact GroupSTATUSCAKE_DELETE_CONTACT_GROUPAcción

Tool to delete a contact group. use when you need to remove an existing contact group by its id after confirming its existence.

Parámetros de entrada

  • contact_group_idstringObligatorio

    The unique identifier of the contact group to delete

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

Delete TestSTATUSCAKE_DELETE_TESTAcción

Tool to delete a statuscake test. use when you need to remove a test by its id after it's no longer needed.

Parámetros de entrada

  • test_idstringObligatorio

    The unique identifier of the test to delete.

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 All Contact GroupsSTATUSCAKE_GET_ALL_CONTACT_GROUPSAcción

Tool to retrieve all contact groups. use when you need to list existing contact groups in statuscake after authenticating.

Parámetros de entrada

  • pageinteger

    Page number for pagination of results. Default is 1 if omitted.

  • limitinteger

    Maximum number of contact groups to return (1-500). Default is 100 if omitted.

  • searchstring

    Filter contact groups by name (case-insensitive partial match).

Parámetros de salida

  • dataobject[]Obligatorio

    List of contact groups.

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Pagination information.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Monitoring LocationsSTATUSCAKE_GET_ALL_LOCATIONSAcción

Tool to retrieve a list of all monitoring locations. use when you need to display or choose from available statuscake locations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of monitoring locations

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All PageSpeed TestsSTATUSCAKE_GET_ALL_PAGESPEED_TESTSAcción

Tool to retrieve all pagespeed tests. use when you need to list existing pagespeed performance tests in statuscake after authenticating.

Parámetros de entrada

  • pageinteger

    Page number of results to return (1-based).

  • page_sizeinteger

    Number of results per page.

Parámetros de salida

  • dataobject[]Obligatorio

    List of PageSpeed test objects.

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Pagination metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All TestsSTATUSCAKE_GET_ALL_TESTSAcción

Tool to retrieve a list of all tests. use when you need to list your monitoring tests in statuscake.

Parámetros de entrada

  • pageinteger

    Page number of results to return (1-based).

  • tagsstring

    Comma-separated list of tags to filter tests by.

  • limitinteger

    Number of results per page (1-100). Server default is 25.

  • uptimeboolean

    Include uptime data if true.

Parámetros de salida

  • dataobject[]Obligatorio

    List of test objects.

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Pagination metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contact Group DetailsSTATUSCAKE_GET_CONTACT_GROUP_DETAILSAcción

Tool to retrieve details of a specific contact group. use when you need group metadata by providing its id. example: "get details for contact group 12345".

Parámetros de entrada

  • contact_group_idstringObligatorio

    The unique identifier for the contact group to retrieve.

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 Heartbeat ChecksSTATUSCAKE_GET_HEARTBEAT_CHECKSAcción

Tool to list heartbeat checks. use when you need to retrieve all heartbeat monitoring tests for your account.

Parámetros de entrada

  • pageinteger

    Page number of results to return (1-based).

  • per_pageinteger

    Number of results per page (1-100).

Parámetros de salida

  • dataobject[]Obligatorio

    List of heartbeat check objects.

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Pagination metadata.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SSL Check DetailsSTATUSCAKE_GET_SSL_CHECK_DETAILSAcción

Tool to retrieve details of a specific ssl check. use when you need configuration and status of an ssl test by providing its id. example: "get ssl check details for 123".

Parámetros de entrada

  • test_idstringObligatorio

    The unique identifier for the SSL test to retrieve.

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 SSL ChecksSTATUSCAKE_GET_SSL_CHECKSAcción

Tool to retrieve a list of ssl checks. use when you need to list all ssl tests for your account.

Parámetros de entrada

  • tagsstring

    Comma-separated list of tags to filter SSL checks by.

  • limitinteger

    Maximum number of SSL checks to return (1-100). Default is 100 if omitted.

  • offsetinteger

    Offset for pagination of results (0-based).

  • searchstring

    Filter SSL checks by domain name (case-insensitive partial match).

  • statusstringenum

    Filter SSL checks by status. Must be one of valid, warning, expired, tba, pending.

    validwarningexpiredtbapending

Parámetros de salida

  • dataobject[]Obligatorio

    List of SSL check objects.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Contact GroupSTATUSCAKE_UPDATE_CONTACT_GROUPAcción

Tool to update an existing contact group. use when you have the contact group id and want to change its configuration.

Parámetros de entrada

  • smsstring[]

    List of phone numbers for SMS notifications

  • namestringObligatorio

    New name for the contact group

  • emailsstring[]

    List of email addresses for notifications

  • webhook_urlsstring[]

    List of webhook URLs for HTTP notifications

  • integration_idsstring[]

    List of integration IDs to associate with the group

  • contact_group_idstringObligatorio

    ID of the contact group to update

  • push_notificationsboolean

    Whether push notifications are enabled

Parámetros de salida

  • dataobjectObligatorio

    Updated contact group details

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Additional metadata about the response

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not