Statuscake

Learn how to use Statuscake with Composio

Overview

Enum

STATUSCAKE

Description

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

Authentication Details

generic_api_key
stringRequired

Actions

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

Action Parameters

contact_group_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a statuscake test. use when you need to remove a test by its id after it's no longer needed.

Action Parameters

test_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all contact groups. use when you need to list existing contact groups in statuscake after authenticating.

Action Parameters

limit
integer
page
integer
search
string

Action Response

data
array
error
string
metadata
object
successful
boolean
Tool to retrieve a list of all monitoring locations. use when you need to display or choose from available statuscake locations.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve all pagespeed tests. use when you need to list existing pagespeed performance tests in statuscake after authenticating.

Action Parameters

page
integer
page_size
integer

Action Response

data
array
error
string
metadata
object
successful
boolean
Tool to retrieve a list of all tests. use when you need to list your monitoring tests in statuscake.

Action Parameters

limit
integer
page
integer
tags
string
uptime
boolean

Action Response

data
array
error
string
metadata
object
successful
boolean
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".

Action Parameters

contact_group_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list heartbeat checks. use when you need to retrieve all heartbeat monitoring tests for your account.

Action Parameters

page
integer
per_page
integer

Action Response

data
array
error
string
metadata
object
successful
boolean
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".

Action Parameters

test_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of ssl checks. use when you need to list all ssl tests for your account.

Action Parameters

limit
integer
offset
integer
search
string
status
string
tags
string

Action Response

data
array
error
string
successful
boolean
Tool to update an existing contact group. use when you have the contact group id and want to change its configuration.

Action Parameters

contact_group_id
stringRequired
emails
array
integration_ids
array
name
stringRequired
push_notifications
boolean
sms
array
webhook_urls
array

Action Response

data
object
error
string
metadata
object
successful
boolean