Open Connector
所有 Tools

StatusCake logoStatusCake

Website Monitoring solution that drives revenue & keeps you online. Track your uptime, page speed, domain, server, & SSL certificates.

statuscakevcatalog-v136 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

contact groups
Create a heartbeat checkSTATUSCAKE_CREATE_HEARTBEAT_TESTCreates a heartbeat check with the given parameters.

Creates a heartbeat check with the given parameters.

认证

需要 Connected Account

Tags

heartbeat
Create a maintenance windowSTATUSCAKE_CREATE_MAINTENANCE_WINDOWCreates a maintenance window with the given parameters.

Creates a maintenance window with the given parameters.

认证

需要 Connected Account

Tags

maintenance windows
Create a pagespeed checkSTATUSCAKE_CREATE_PAGESPEED_TESTCreates a pagespeed check with the given parameters.

Creates a pagespeed check with the given parameters.

认证

需要 Connected Account

Tags

pagespeed
Create an SSL checkSTATUSCAKE_CREATE_SSL_TESTCreates an SSL check with the given parameters.

Creates an SSL check with the given parameters.

认证

需要 Connected Account

Tags

ssl
Create an uptime checkSTATUSCAKE_CREATE_UPTIME_TESTCreates an uptime check with the given parameters.

Creates an uptime check with the given parameters.

认证

需要 Connected Account

Tags

uptime
Delete a contact groupSTATUSCAKE_DELETE_CONTACT_GROUPDeletes a contact group with the given id.

Deletes a contact group with the given id.

认证

需要 Connected Account

Tags

contact groups
Delete a heartbeat checkSTATUSCAKE_DELETE_HEARTBEAT_TESTDeletes a heartbeat check with the given id.

Deletes a heartbeat check with the given id.

认证

需要 Connected Account

Tags

heartbeat
Delete a maintenance windowSTATUSCAKE_DELETE_MAINTENANCE_WINDOWDeletes a maintenance window with the given id.

Deletes a maintenance window with the given id.

认证

需要 Connected Account

Tags

maintenance windows
Delete a pagespeed checkSTATUSCAKE_DELETE_PAGESPEED_TESTDeletes a pagespeed check with the given id.

Deletes a pagespeed check with the given id.

认证

需要 Connected Account

Tags

pagespeed
Delete an SSL checkSTATUSCAKE_DELETE_SSL_TESTDeletes an SSL check with the given id.

Deletes an SSL check with the given id.

认证

需要 Connected Account

Tags

ssl
Delete an uptime checkSTATUSCAKE_DELETE_UPTIME_TESTDeletes an uptime check with the given id.

Deletes an uptime check with the given id.

认证

需要 Connected Account

Tags

uptime
Retrieve a contact groupSTATUSCAKE_GET_CONTACT_GROUPReturns a contact group with the given id.

Returns a contact group with the given id.

认证

需要 Connected Account

Tags

contact groups
Retrieve a heartbeat checkSTATUSCAKE_GET_HEARTBEAT_TESTReturns a heartbeat check with the given id.

Returns a heartbeat check with the given id.

认证

需要 Connected Account

Tags

heartbeat
Retrieve a maintenance windowSTATUSCAKE_GET_MAINTENANCE_WINDOWReturns a maintenance window with the given id.

Returns a maintenance window with the given id.

认证

需要 Connected Account

Tags

maintenance windows
Retrieve a pagespeed checkSTATUSCAKE_GET_PAGESPEED_TESTReturns a pagespeed check with the given id.

Returns a pagespeed check with the given id.

认证

需要 Connected Account

Tags

pagespeed
Retrieve an SSL checkSTATUSCAKE_GET_SSL_TESTReturns an SSL check with the given id.

Returns an SSL check with the given id.

认证

需要 Connected Account

Tags

ssl
Retrieve an uptime checkSTATUSCAKE_GET_UPTIME_TESTReturns an uptime check with the given id.

Returns an uptime check with the given id.

认证

需要 Connected Account

Tags

uptime
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 Account

Tags

contact groups
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 Account

Tags

heartbeat
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 Account

Tags

maintenance windows
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 Account

Tags

locations
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 Account

Tags

pagespeed
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 Account

Tags

pagespeed
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 Account

Tags

ssl
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 Account

Tags

locations
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 Account

Tags

uptime
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 Account

Tags

uptime
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 Account

Tags

uptime
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 Account

Tags

uptime
Update a contact groupSTATUSCAKE_UPDATE_CONTACT_GROUPUpdates a contact group with the given parameters.

Updates a contact group with the given parameters.

认证

需要 Connected Account

Tags

contact groups
Update a heartbeat checkSTATUSCAKE_UPDATE_HEARTBEAT_TESTUpdates a heartbeat check with the given parameters.

Updates a heartbeat check with the given parameters.

认证

需要 Connected Account

Tags

heartbeat
Update a maintenance windowSTATUSCAKE_UPDATE_MAINTENANCE_WINDOWUpdates a maintenance window with the given parameters.

Updates a maintenance window with the given parameters.

认证

需要 Connected Account

Tags

maintenance windows
Update a pagespeed checkSTATUSCAKE_UPDATE_PAGESPEED_TESTUpdates a pagespeed check with the given parameters.

Updates a pagespeed check with the given parameters.

认证

需要 Connected Account

Tags

pagespeed
Update an SSL checkSTATUSCAKE_UPDATE_SSL_TESTUpdates an SSL check with the given parameters.

Updates an SSL check with the given parameters.

认证

需要 Connected Account

Tags

ssl
Update an uptime checkSTATUSCAKE_UPDATE_UPTIME_TESTUpdates an uptime check with the given parameters.

Updates an uptime check with the given parameters.

认证

需要 Connected Account

Tags

uptime

Provider 资源