StatusCake
Website Monitoring solution that drives revenue & keeps you online. Track your uptime, page speed, domain, server, & SSL certificates.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "STATUSCAKE_CREATE_CONTACT_GROUP", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("STATUSCAKE_CREATE_CONTACT_GROUP", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute STATUSCAKE_CREATE_CONTACT_GROUP --data '{ }'Tool catalog
Available tools
36 callable operations
Create a contact groupSTATUSCAKE_CREATE_CONTACT_GROUPCreates a contact group with the given parameters.Connection
Creates a contact group with the given parameters.
Authentication
Connected account requiredTags
Create a heartbeat checkSTATUSCAKE_CREATE_HEARTBEAT_TESTCreates a heartbeat check with the given parameters.Connection
Creates a heartbeat check with the given parameters.
Authentication
Connected account requiredTags
Create a maintenance windowSTATUSCAKE_CREATE_MAINTENANCE_WINDOWCreates a maintenance window with the given parameters.Connection
Creates a maintenance window with the given parameters.
Authentication
Connected account requiredTags
Create a pagespeed checkSTATUSCAKE_CREATE_PAGESPEED_TESTCreates a pagespeed check with the given parameters.Connection
Creates a pagespeed check with the given parameters.
Authentication
Connected account requiredTags
Create an SSL checkSTATUSCAKE_CREATE_SSL_TESTCreates an SSL check with the given parameters.Connection
Creates an SSL check with the given parameters.
Authentication
Connected account requiredTags
Create an uptime checkSTATUSCAKE_CREATE_UPTIME_TESTCreates an uptime check with the given parameters.Connection
Creates an uptime check with the given parameters.
Authentication
Connected account requiredTags
Delete a contact groupSTATUSCAKE_DELETE_CONTACT_GROUPDeletes a contact group with the given id.Connection
Deletes a contact group with the given id.
Authentication
Connected account requiredTags
Delete a heartbeat checkSTATUSCAKE_DELETE_HEARTBEAT_TESTDeletes a heartbeat check with the given id.Connection
Deletes a heartbeat check with the given id.
Authentication
Connected account requiredTags
Delete a maintenance windowSTATUSCAKE_DELETE_MAINTENANCE_WINDOWDeletes a maintenance window with the given id.Connection
Deletes a maintenance window with the given id.
Authentication
Connected account requiredTags
Delete a pagespeed checkSTATUSCAKE_DELETE_PAGESPEED_TESTDeletes a pagespeed check with the given id.Connection
Deletes a pagespeed check with the given id.
Authentication
Connected account requiredTags
Delete an SSL checkSTATUSCAKE_DELETE_SSL_TESTDeletes an SSL check with the given id.Connection
Deletes an SSL check with the given id.
Authentication
Connected account requiredTags
Delete an uptime checkSTATUSCAKE_DELETE_UPTIME_TESTDeletes an uptime check with the given id.Connection
Deletes an uptime check with the given id.
Authentication
Connected account requiredTags
Retrieve a contact groupSTATUSCAKE_GET_CONTACT_GROUPReturns a contact group with the given id.Connection
Returns a contact group with the given id.
Authentication
Connected account requiredTags
Retrieve a heartbeat checkSTATUSCAKE_GET_HEARTBEAT_TESTReturns a heartbeat check with the given id.Connection
Returns a heartbeat check with the given id.
Authentication
Connected account requiredTags
Retrieve a maintenance windowSTATUSCAKE_GET_MAINTENANCE_WINDOWReturns a maintenance window with the given id.Connection
Returns a maintenance window with the given id.
Authentication
Connected account requiredTags
Retrieve a pagespeed checkSTATUSCAKE_GET_PAGESPEED_TESTReturns a pagespeed check with the given id.Connection
Returns a pagespeed check with the given id.
Authentication
Connected account requiredTags
Retrieve an SSL checkSTATUSCAKE_GET_SSL_TESTReturns an SSL check with the given id.Connection
Returns an SSL check with the given id.
Authentication
Connected account requiredTags
Retrieve an uptime checkSTATUSCAKE_GET_UPTIME_TESTReturns an uptime check with the given id.Connection
Returns an uptime check with the given id.
Authentication
Connected account requiredTags
Get all contact groupsSTATUSCAKE_LIST_CONTACT_GROUPSReturns a list of contact groups for an account.Connection
Returns a list of contact groups for an account.
Authentication
Connected account requiredTags
Get all heartbeat checksSTATUSCAKE_LIST_HEARTBEAT_TESTSReturns a list of heartbeat checks for an account.Connection
Returns a list of heartbeat checks for an account.
Authentication
Connected account requiredTags
Get all maintenance windowsSTATUSCAKE_LIST_MAINTENANCE_WINDOWSReturns a list of maintenance windows for an account.Connection
Returns a list of maintenance windows for an account.
Authentication
Connected account requiredTags
Get all pagespeed monitoring locationsSTATUSCAKE_LIST_PAGESPEED_MONITORING_LOCATIONSReturns a list of locations detailing server information for pagespeed monitoring servers. This information can be used to create further checks using the API.Connection
Returns a list of locations detailing server information for pagespeed monitoring servers. This information can be used to create further checks using the API.
Authentication
Connected account requiredTags
Get all pagespeed check historySTATUSCAKE_LIST_PAGESPEED_TEST_HISTORYReturns a list of pagespeed check history results for a given id, detailing the runs performed on the StatusCake testing infrastruture. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`. Aggregated data over the specified duration is returned in the root level `metadata` field.Connection
Returns a list of pagespeed check history results for a given id, detailing the runs performed on the StatusCake testing infrastruture. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`. Aggregated data over the specified duration is returned in the root level `metadata` field.
Authentication
Connected account requiredTags
Get all pagespeed checksSTATUSCAKE_LIST_PAGESPEED_TESTSReturns a list of pagespeed checks for an account.Connection
Returns a list of pagespeed checks for an account.
Authentication
Connected account requiredTags
Get all SSL checksSTATUSCAKE_LIST_SSL_TESTSReturns a list of SSL checks for an account.Connection
Returns a list of SSL checks for an account.
Authentication
Connected account requiredTags
Get all uptime monitoring locationsSTATUSCAKE_LIST_UPTIME_MONITORING_LOCATIONSReturns a list of locations detailing server information for uptime monitoring servers. This information can be used to create further checks using the API.Connection
Returns a list of locations detailing server information for uptime monitoring servers. This information can be used to create further checks using the API.
Authentication
Connected account requiredTags
Get all uptime check alertsSTATUSCAKE_LIST_UPTIME_TEST_ALERTSReturns a list of uptime check alerts for a given id. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.Connection
Returns a list of uptime check alerts for a given id. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.
Authentication
Connected account requiredTags
Get all uptime check historySTATUSCAKE_LIST_UPTIME_TEST_HISTORYReturns a list of uptime check history results for a given id, detailing the runs performed on the StatusCake testing infrastruture. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.Connection
Returns a list of uptime check history results for a given id, detailing the runs performed on the StatusCake testing infrastruture. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.
Authentication
Connected account requiredTags
Get all uptime check periodsSTATUSCAKE_LIST_UPTIME_TEST_PERIODSReturns a list of uptime check periods for a given id, detailing the creation time of the period, when it ended and the duration. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.Connection
Returns a list of uptime check periods for a given id, detailing the creation time of the period, when it ended and the duration. The returned results are a paginated series. Alongside the response data is a `links` object referencing the current response document, `self`, and the next page in the series, `next`.
Authentication
Connected account requiredTags
Get all uptime checksSTATUSCAKE_LIST_UPTIME_TESTSReturns a list of uptime checks for an account.Connection
Returns a list of uptime checks for an account.
Authentication
Connected account requiredTags
Update a contact groupSTATUSCAKE_UPDATE_CONTACT_GROUPUpdates a contact group with the given parameters.Connection
Updates a contact group with the given parameters.
Authentication
Connected account requiredTags
Update a heartbeat checkSTATUSCAKE_UPDATE_HEARTBEAT_TESTUpdates a heartbeat check with the given parameters.Connection
Updates a heartbeat check with the given parameters.
Authentication
Connected account requiredTags
Update a maintenance windowSTATUSCAKE_UPDATE_MAINTENANCE_WINDOWUpdates a maintenance window with the given parameters.Connection
Updates a maintenance window with the given parameters.
Authentication
Connected account requiredTags
Update a pagespeed checkSTATUSCAKE_UPDATE_PAGESPEED_TESTUpdates a pagespeed check with the given parameters.Connection
Updates a pagespeed check with the given parameters.
Authentication
Connected account requiredTags
Update an SSL checkSTATUSCAKE_UPDATE_SSL_TESTUpdates an SSL check with the given parameters.Connection
Updates an SSL check with the given parameters.
Authentication
Connected account requiredTags
Update an uptime checkSTATUSCAKE_UPDATE_UPTIME_TESTUpdates an uptime check with the given parameters.Connection
Updates an uptime check with the given parameters.
Authentication
Connected account requiredTags