StatusCake
Website Monitoring solution that drives revenue & keeps you online. Track your uptime, page speed, domain, server, & SSL certificates.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
36 个可调用操作
Create a contact groupSTATUSCAKE_CREATE_CONTACT_GROUPCreates a contact group with the given parameters.需要连接
Creates a contact group with the given parameters.
认证
需要 Connected AccountTags
Create a heartbeat checkSTATUSCAKE_CREATE_HEARTBEAT_TESTCreates a heartbeat check with the given parameters.需要连接
Creates a heartbeat check with the given parameters.
认证
需要 Connected AccountTags
Create a maintenance windowSTATUSCAKE_CREATE_MAINTENANCE_WINDOWCreates a maintenance window with the given parameters.需要连接
Creates a maintenance window with the given parameters.
认证
需要 Connected AccountTags
Create a pagespeed checkSTATUSCAKE_CREATE_PAGESPEED_TESTCreates a pagespeed check with the given parameters.需要连接
Creates a pagespeed check with the given parameters.
认证
需要 Connected AccountTags
Create an SSL checkSTATUSCAKE_CREATE_SSL_TESTCreates an SSL check with the given parameters.需要连接
Creates an SSL check with the given parameters.
认证
需要 Connected AccountTags
Create an uptime checkSTATUSCAKE_CREATE_UPTIME_TESTCreates an uptime check with the given parameters.需要连接
Creates an uptime check with the given parameters.
认证
需要 Connected AccountTags
Delete a contact groupSTATUSCAKE_DELETE_CONTACT_GROUPDeletes a contact group with the given id.需要连接
Deletes a contact group with the given id.
认证
需要 Connected AccountTags
Delete a heartbeat checkSTATUSCAKE_DELETE_HEARTBEAT_TESTDeletes a heartbeat check with the given id.需要连接
Deletes a heartbeat check with the given id.
认证
需要 Connected AccountTags
Delete a maintenance windowSTATUSCAKE_DELETE_MAINTENANCE_WINDOWDeletes a maintenance window with the given id.需要连接
Deletes a maintenance window with the given id.
认证
需要 Connected AccountTags
Delete a pagespeed checkSTATUSCAKE_DELETE_PAGESPEED_TESTDeletes a pagespeed check with the given id.需要连接
Deletes a pagespeed check with the given id.
认证
需要 Connected AccountTags
Delete an SSL checkSTATUSCAKE_DELETE_SSL_TESTDeletes an SSL check with the given id.需要连接
Deletes an SSL check with the given id.
认证
需要 Connected AccountTags
Delete an uptime checkSTATUSCAKE_DELETE_UPTIME_TESTDeletes an uptime check with the given id.需要连接
Deletes an uptime check with the given id.
认证
需要 Connected AccountTags
Retrieve a contact groupSTATUSCAKE_GET_CONTACT_GROUPReturns a contact group with the given id.需要连接
Returns a contact group with the given id.
认证
需要 Connected AccountTags
Retrieve a heartbeat checkSTATUSCAKE_GET_HEARTBEAT_TESTReturns a heartbeat check with the given id.需要连接
Returns a heartbeat check with the given id.
认证
需要 Connected AccountTags
Retrieve a maintenance windowSTATUSCAKE_GET_MAINTENANCE_WINDOWReturns a maintenance window with the given id.需要连接
Returns a maintenance window with the given id.
认证
需要 Connected AccountTags
Retrieve a pagespeed checkSTATUSCAKE_GET_PAGESPEED_TESTReturns a pagespeed check with the given id.需要连接
Returns a pagespeed check with the given id.
认证
需要 Connected AccountTags
Retrieve an SSL checkSTATUSCAKE_GET_SSL_TESTReturns an SSL check with the given id.需要连接
Returns an SSL check with the given id.
认证
需要 Connected AccountTags
Retrieve an uptime checkSTATUSCAKE_GET_UPTIME_TESTReturns an uptime check with the given id.需要连接
Returns an uptime check with the given id.
认证
需要 Connected AccountTags
Get all contact groupsSTATUSCAKE_LIST_CONTACT_GROUPSReturns a list of contact groups for an account.需要连接
Returns a list of contact groups for an account.
认证
需要 Connected AccountTags
Get all heartbeat checksSTATUSCAKE_LIST_HEARTBEAT_TESTSReturns a list of heartbeat checks for an account.需要连接
Returns a list of heartbeat checks for an account.
认证
需要 Connected AccountTags
Get all maintenance windowsSTATUSCAKE_LIST_MAINTENANCE_WINDOWSReturns a list of maintenance windows for an account.需要连接
Returns a list of maintenance windows for an account.
认证
需要 Connected AccountTags
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.需要连接
Returns a list of locations detailing server information for pagespeed monitoring servers. This information can be used to create further checks using the API.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Get all pagespeed checksSTATUSCAKE_LIST_PAGESPEED_TESTSReturns a list of pagespeed checks for an account.需要连接
Returns a list of pagespeed checks for an account.
认证
需要 Connected AccountTags
Get all SSL checksSTATUSCAKE_LIST_SSL_TESTSReturns a list of SSL checks for an account.需要连接
Returns a list of SSL checks for an account.
认证
需要 Connected AccountTags
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.需要连接
Returns a list of locations detailing server information for uptime monitoring servers. This information can be used to create further checks using the API.
认证
需要 Connected AccountTags
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`.需要连接
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`.
认证
需要 Connected AccountTags
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`.需要连接
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`.
认证
需要 Connected AccountTags
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`.需要连接
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`.
认证
需要 Connected AccountTags
Get all uptime checksSTATUSCAKE_LIST_UPTIME_TESTSReturns a list of uptime checks for an account.需要连接
Returns a list of uptime checks for an account.
认证
需要 Connected AccountTags
Update a contact groupSTATUSCAKE_UPDATE_CONTACT_GROUPUpdates a contact group with the given parameters.需要连接
Updates a contact group with the given parameters.
认证
需要 Connected AccountTags
Update a heartbeat checkSTATUSCAKE_UPDATE_HEARTBEAT_TESTUpdates a heartbeat check with the given parameters.需要连接
Updates a heartbeat check with the given parameters.
认证
需要 Connected AccountTags
Update a maintenance windowSTATUSCAKE_UPDATE_MAINTENANCE_WINDOWUpdates a maintenance window with the given parameters.需要连接
Updates a maintenance window with the given parameters.
认证
需要 Connected AccountTags
Update a pagespeed checkSTATUSCAKE_UPDATE_PAGESPEED_TESTUpdates a pagespeed check with the given parameters.需要连接
Updates a pagespeed check with the given parameters.
认证
需要 Connected AccountTags
Update an SSL checkSTATUSCAKE_UPDATE_SSL_TESTUpdates an SSL check with the given parameters.需要连接
Updates an SSL check with the given parameters.
认证
需要 Connected AccountTags
Update an uptime checkSTATUSCAKE_UPDATE_UPTIME_TESTUpdates an uptime check with the given parameters.需要连接
Updates an uptime check with the given parameters.
认证
需要 Connected AccountTags