Statuscake
statuscakeStatusCake is a website monitoring platform that provides observability for applications, offering features like uptime monitoring, page speed monitoring, SSL monitoring, and more.
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ónTool to delete a contact group. use when you need to remove an existing contact group by its id after confirming its existence.
STATUSCAKE_DELETE_CONTACT_GROUPAcciónTool 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_idstringObligatorioThe unique identifier of the contact group to delete
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
Delete TestSTATUSCAKE_DELETE_TESTAcciónTool to delete a statuscake test. use when you need to remove a test by its id after it's no longer needed.
STATUSCAKE_DELETE_TESTAcciónTool 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_idstringObligatorioThe unique identifier of the test to delete.
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 All Contact GroupsSTATUSCAKE_GET_ALL_CONTACT_GROUPSAcciónTool to retrieve all contact groups. use when you need to list existing contact groups in statuscake after authenticating.
STATUSCAKE_GET_ALL_CONTACT_GROUPSAcciónTool to retrieve all contact groups. use when you need to list existing contact groups in statuscake after authenticating.
Parámetros de entrada
pageintegerPage number for pagination of results. Default is 1 if omitted.
limitintegerMaximum number of contact groups to return (1-500). Default is 100 if omitted.
searchstringFilter contact groups by name (case-insensitive partial match).
Parámetros de salida
dataobject[]ObligatorioList of contact groups.
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioPagination information.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Monitoring LocationsSTATUSCAKE_GET_ALL_LOCATIONSAcciónTool to retrieve a list of all monitoring locations. use when you need to display or choose from available statuscake locations.
STATUSCAKE_GET_ALL_LOCATIONSAcciónTool 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[]ObligatorioList of monitoring locations
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All PageSpeed TestsSTATUSCAKE_GET_ALL_PAGESPEED_TESTSAcciónTool to retrieve all pagespeed tests. use when you need to list existing pagespeed performance tests in statuscake after authenticating.
STATUSCAKE_GET_ALL_PAGESPEED_TESTSAcciónTool to retrieve all pagespeed tests. use when you need to list existing pagespeed performance tests in statuscake after authenticating.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
page_sizeintegerNumber of results per page.
Parámetros de salida
dataobject[]ObligatorioList of PageSpeed test objects.
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioPagination metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All TestsSTATUSCAKE_GET_ALL_TESTSAcciónTool to retrieve a list of all tests. use when you need to list your monitoring tests in statuscake.
STATUSCAKE_GET_ALL_TESTSAcciónTool to retrieve a list of all tests. use when you need to list your monitoring tests in statuscake.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
tagsstringComma-separated list of tags to filter tests by.
limitintegerNumber of results per page (1-100). Server default is 25.
uptimebooleanInclude uptime data if true.
Parámetros de salida
dataobject[]ObligatorioList of test objects.
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioPagination metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact Group DetailsSTATUSCAKE_GET_CONTACT_GROUP_DETAILSAcciónTool 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".
STATUSCAKE_GET_CONTACT_GROUP_DETAILSAcciónTool 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_idstringObligatorioThe unique identifier for the contact group to retrieve.
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 Heartbeat ChecksSTATUSCAKE_GET_HEARTBEAT_CHECKSAcciónTool to list heartbeat checks. use when you need to retrieve all heartbeat monitoring tests for your account.
STATUSCAKE_GET_HEARTBEAT_CHECKSAcciónTool to list heartbeat checks. use when you need to retrieve all heartbeat monitoring tests for your account.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
per_pageintegerNumber of results per page (1-100).
Parámetros de salida
dataobject[]ObligatorioList of heartbeat check objects.
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioPagination metadata.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SSL Check DetailsSTATUSCAKE_GET_SSL_CHECK_DETAILSAcciónTool 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".
STATUSCAKE_GET_SSL_CHECK_DETAILSAcciónTool 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_idstringObligatorioThe unique identifier for the SSL test to retrieve.
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 SSL ChecksSTATUSCAKE_GET_SSL_CHECKSAcciónTool to retrieve a list of ssl checks. use when you need to list all ssl tests for your account.
STATUSCAKE_GET_SSL_CHECKSAcciónTool to retrieve a list of ssl checks. use when you need to list all ssl tests for your account.
Parámetros de entrada
tagsstringComma-separated list of tags to filter SSL checks by.
limitintegerMaximum number of SSL checks to return (1-100). Default is 100 if omitted.
offsetintegerOffset for pagination of results (0-based).
searchstringFilter SSL checks by domain name (case-insensitive partial match).
statusstringenumFilter SSL checks by status. Must be one of valid, warning, expired, tba, pending.
validwarningexpiredtbapending
Parámetros de salida
dataobject[]ObligatorioList of SSL check objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Contact GroupSTATUSCAKE_UPDATE_CONTACT_GROUPAcciónTool to update an existing contact group. use when you have the contact group id and want to change its configuration.
STATUSCAKE_UPDATE_CONTACT_GROUPAcciónTool 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
namestringObligatorioNew 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_idstringObligatorioID of the contact group to update
push_notificationsbooleanWhether push notifications are enabled
Parámetros de salida
dataobjectObligatorioUpdated contact group details
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioAdditional metadata about the response
successfulbooleanObligatorioWhether or not the action execution was successful or not