analytics
Checkly CLI for AI Agents
Use the Checkly CLI from KosmoKrator to call Checkly tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Checkly CLI Setup
Checkly can be configured headlessly with `kosmokrator integrations:configure checkly`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure checkly --set api_key="$CHECKLY_API_KEY" --set account_id="$CHECKLY_ACCOUNT_ID" --enable --read allow --write ask --json
kosmokrator integrations:doctor checkly --json
kosmokrator integrations:status --json Credentials
Authentication type: bearer token with account header bearer_token_with_account_header. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | CHECKLY_API_KEY | Secret secret | yes | API Key |
account_id | CHECKLY_ACCOUNT_ID | Text string | yes | Account ID |
url | CHECKLY_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call checkly.checkly_get_v1_accounts '{}' --json kosmo integrations:checkly checkly_get_v1_accounts '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs checkly --json
kosmo integrations:docs checkly.checkly_get_v1_accounts --json
kosmo integrations:schema checkly.checkly_get_v1_accounts --json
kosmo integrations:search "Checkly" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
checkly.checkly_get_v1_accounts
List account details based on supplied API key. Official Checkly endpoint: GET /v1/accounts.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_accounts '{}' --json kosmo integrations:checkly checkly_get_v1_accounts '{}' --json checkly.checkly_get_v1_accounts_me
Get details from the current account. Official Checkly endpoint: GET /v1/accounts/me.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_accounts_me '{}' --json kosmo integrations:checkly checkly_get_v1_accounts_me '{}' --json checkly.checkly_get_v1_accounts_me_entitlements
Fetch the entitlements for the account, including feature access and limits based on the current plan. Official Checkly endpoint: GET /v1/accounts/me/entitlements.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_accounts_me_entitlements '{}' --json kosmo integrations:checkly checkly_get_v1_accounts_me_entitlements '{}' --json checkly.checkly_get_v1_accounts_accountid
Get details from a specific account. Official Checkly endpoint: GET /v1/accounts/{accountId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_accounts_accountid '{}' --json kosmo integrations:checkly checkly_get_v1_accounts_accountid '{}' --json checkly.checkly_get_v1_accounts_accountid_entitlements
Fetch the entitlements for the account, including feature access and limits based on the current plan. Official Checkly endpoint: GET /v1/accounts/{accountId}/entitlements.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_accounts_accountid_entitlements '{}' --json kosmo integrations:checkly checkly_get_v1_accounts_accountid_entitlements '{}' --json checkly.checkly_get_v1_alertchannels
Lists all configured alert channels and their subscribed checks. Official Checkly endpoint: GET /v1/alert-channels.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_alertchannels '{}' --json kosmo integrations:checkly checkly_get_v1_alertchannels '{}' --json checkly.checkly_post_v1_alertchannels
Creates a new alert channel Official Checkly endpoint: POST /v1/alert-channels.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_alertchannels '{}' --json kosmo integrations:checkly checkly_post_v1_alertchannels '{}' --json checkly.checkly_delete_v1_alertchannels_id
Permanently removes an alert channel Official Checkly endpoint: DELETE /v1/alert-channels/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_alertchannels_id '{}' --json kosmo integrations:checkly checkly_delete_v1_alertchannels_id '{}' --json checkly.checkly_get_v1_alertchannels_id
Show details of a specific alert channel. Official Checkly endpoint: GET /v1/alert-channels/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_alertchannels_id '{}' --json kosmo integrations:checkly checkly_get_v1_alertchannels_id '{}' --json checkly.checkly_put_v1_alertchannels_id
Update an alert channel Official Checkly endpoint: PUT /v1/alert-channels/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_alertchannels_id '{}' --json kosmo integrations:checkly checkly_put_v1_alertchannels_id '{}' --json checkly.checkly_put_v1_alertchannels_id_subscriptions
Update the subscriptions of an alert channel. Use this to add a check to an alert channel so failure and recovery alerts are send out for that check. Note: when passing the subscription object, you can only specify a "checkId" or a "groupId, not both. Officia
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_alertchannels_id_subscriptions '{}' --json kosmo integrations:checkly checkly_put_v1_alertchannels_id_subscriptions '{}' --json checkly.checkly_get_v1_alertnotifications
Lists the alert notifications that have been sent for your account. You can filter by alert channel ID or limit to only failing notifications. Use the `to` and `from` parameters to specify a date range (UNIX timestamp in seconds). This endpoint will return dat
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_alertnotifications '{}' --json kosmo integrations:checkly checkly_get_v1_alertnotifications '{}' --json checkly.checkly_get_v1_analytics_apichecks_id
Fetch detailed availability metrics and aggregated or non-aggregated API Check metrics across custom time ranges. For example, you can get the p99 and p95 of all the DNS phases of your API check together with the availability percentage for any time range. Rat
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_apichecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_apichecks_id '{}' --json checkly.checkly_get_v1_analytics_browserchecks_id
Fetch detailed availability metrics and aggregated or non-aggregated Browser Check metrics across custom time ranges. For example, you can get the average amount of console errors, the p99 of your FCP and the standard deviation of your TTFB for the second page
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_browserchecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_browserchecks_id '{}' --json checkly.checkly_post_v1_analytics_checks
Returns availability, response times, and latency metrics for the given checks. Response shape is polymorphic per check type: fields are present only when the metric applies to that type. A null value means no data in the requested time range; an absent field
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_analytics_checks '{}' --json kosmo integrations:checkly checkly_post_v1_analytics_checks '{}' --json checkly.checkly_get_v1_analytics_dns_id
Fetch detailed availability metrics and aggregated or non-aggregated DNS Monitor metrics across custom time ranges. For example, you can get the p99 and p95 of the total DNS query time together with the availability percentage for any time range. Rate-limiting
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_dns_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_dns_id '{}' --json checkly.checkly_get_v1_analytics_heartbeatchecks_id
Fetch detailed availability metrics and aggregated or non-aggregated Heartbeat Check metrics across custom time ranges. Rate-limiting is applied to this endpoint, you can send 600 requests / 60 seconds at most. Official Checkly endpoint: GET /v1/analytics/hea
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_heartbeatchecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_heartbeatchecks_id '{}' --json checkly.checkly_get_v1_analytics_icmp_id
Fetch detailed availability metrics and aggregated or non-aggregated ICMP Monitor metrics across custom time ranges. For example, you can get the p99 and p95 of latency metrics together with the packet loss percentage for any time range. Rate-limiting is appli
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_icmp_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_icmp_id '{}' --json checkly.checkly_get_v1_analytics_metrics
List all available reporting metrics. Official Checkly endpoint: GET /v1/analytics/metrics.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_metrics '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_metrics '{}' --json checkly.checkly_get_v1_analytics_multistepchecks_id
Fetch detailed availability metrics and aggregated or non-aggregated Multistep Check metrics across custom time ranges. Rate-limiting is applied to this endpoint, you can send 30 requests / 60 seconds at most. Official Checkly endpoint: GET /v1/analytics/mult
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_multistepchecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_multistepchecks_id '{}' --json checkly.checkly_get_v1_analytics_playwrightchecks_id
Fetch detailed availability metrics and aggregated or non-aggregated Playwright Check metrics across custom time ranges. Rate-limiting is applied to this endpoint, you can send 30 requests / 60 seconds at most. Official Checkly endpoint: GET /v1/analytics/pla
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_playwrightchecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_playwrightchecks_id '{}' --json checkly.checkly_get_v1_analytics_tcpchecks_id
Fetch detailed availability metrics and aggregated or non-aggregated TCP Check metrics across custom time ranges. For example, you can get the p99 and p95 of all the check phases of your TCP check together with the availability percentage for any time range. R
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_tcpchecks_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_tcpchecks_id '{}' --json checkly.checkly_get_v1_analytics_urlmonitors_id
Fetch detailed availability metrics and aggregated or non-aggregated API Check metrics across custom time ranges. For example, you can get the p99 and p95 of all the DNS phases of your API check together with the availability percentage for any time range. Rat
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_analytics_urlmonitors_id '{}' --json kosmo integrations:checkly checkly_get_v1_analytics_urlmonitors_id '{}' --json checkly.checkly_get_v1_badges_checks_checkid
Get check status badge. You can enable the badges feature in account settings Official Checkly endpoint: GET /v1/badges/checks/{checkId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_badges_checks_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_badges_checks_checkid '{}' --json checkly.checkly_get_v1_badges_groups_groupid
Get group status badge. You can enable the badges feature in account settings Official Checkly endpoint: GET /v1/badges/groups/{groupId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_badges_groups_groupid '{}' --json kosmo integrations:checkly checkly_get_v1_badges_groups_groupid '{}' --json checkly.checkly_cancel
Cancel a check run, check session, test run, or test session Official Checkly endpoint: POST /v1/cancel.
write - Parameters
- none
kosmo integrations:call checkly.checkly_cancel '{}' --json kosmo integrations:checkly checkly_cancel '{}' --json checkly.checkly_get_v1_checkalerts
Lists all alerts that have been sent for your account. Use the `to` and `from` parameters to specify a date range (UNIX timestamp in seconds). This endpoint will return data within a 6-hour timeframe. If the `from` and `to` params are set, they must be at most
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkalerts '{}' --json kosmo integrations:checkly checkly_get_v1_checkalerts '{}' --json checkly.checkly_get_v1_checkalerts_checkid
Lists all the alerts for a specific check. Use the `to` and `from` parameters to specify a date range (UNIX timestamp in seconds). This endpoint will return data within a 6-hour timeframe. If the `from` and `to` params are set, they must be at most 6 hours apa
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkalerts_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_checkalerts_checkid '{}' --json checkly.checkly_get_v1_checkgroups
Lists all current check groups in your account. The "checks" property is an array of check UUID's for convenient referencing. It is read only and you cannot use it to add checks to a group. Official Checkly endpoint: GET /v1/check-groups.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkgroups '{}' --json kosmo integrations:checkly checkly_get_v1_checkgroups '{}' --json checkly.checkly_post_v1_checkgroups
Creates a new check group. You can add checks to the group by setting the "groupId" property of individual checks. Official Checkly endpoint: POST /v1/check-groups.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checkgroups '{}' --json kosmo integrations:checkly checkly_post_v1_checkgroups '{}' --json checkly.checkly_get_v1_checkgroups_groupid_checks_checkid
Show details of one check in a specific check group with the group settings applied. Official Checkly endpoint: GET /v1/check-groups/{groupId}/checks/{checkId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkgroups_groupid_checks_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_checkgroups_groupid_checks_checkid '{}' --json checkly.checkly_delete_v1_checkgroups_id
Permanently removes a check group. You cannot delete a check group if it still contains checks. Official Checkly endpoint: DELETE /v1/check-groups/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_checkgroups_id '{}' --json kosmo integrations:checkly checkly_delete_v1_checkgroups_id '{}' --json checkly.checkly_get_v1_checkgroups_id
Show details of a specific check group Official Checkly endpoint: GET /v1/check-groups/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkgroups_id '{}' --json kosmo integrations:checkly checkly_get_v1_checkgroups_id '{}' --json checkly.checkly_put_v1_checkgroups_id
Updates a check group. Official Checkly endpoint: PUT /v1/check-groups/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checkgroups_id '{}' --json kosmo integrations:checkly checkly_put_v1_checkgroups_id '{}' --json checkly.checkly_get_v1_checkgroups_id_checks
Lists all checks in a specific check group with the group settings applied. Official Checkly endpoint: GET /v1/check-groups/{id}/checks.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkgroups_id_checks '{}' --json kosmo integrations:checkly checkly_get_v1_checkgroups_id_checks '{}' --json checkly.checkly_get_v1_checkresults_checkid
[DEPRECATED] This endpoint will be removed soon. Please use the GET /v2/check-results/{checkId} endpoint instead. Lists the full, raw check results for a specific check. We keep raw results for 30 days. After 30 days they are erased. However, we keep the rolle
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkresults_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_checkresults_checkid '{}' --json checkly.checkly_get_v1_checkresults_checkid_checkresultid
Show details of a specific check result. Official Checkly endpoint: GET /v1/check-results/{checkId}/{checkResultId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkresults_checkid_checkresultid '{}' --json kosmo integrations:checkly checkly_get_v1_checkresults_checkid_checkresultid '{}' --json checkly.checkly_post_v1_checksessions_trigger
Starts a check session for each check that matches the provided target filters. If no filters are given, matches all eligible checks. This endpoint does not wait for the check session to complete. Use the `GET /v1/check-sessions/{checkSessionId}/completion` or
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checksessions_trigger '{}' --json kosmo integrations:checkly checkly_post_v1_checksessions_trigger '{}' --json checkly.checkly_get_v1_checksessions_checksessionid
Retrieves a check session. Results may be incomplete if the check session is still in progress. Once a check session has finished, results will include at least one check result for each run location: one result with `resultType` equal to `"FINAL"`, and zero o
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checksessions_checksessionid '{}' --json kosmo integrations:checkly checkly_get_v1_checksessions_checksessionid '{}' --json checkly.checkly_get_v1_checksessions_checksessionid_completion
Call this endpoint to await the completion of a check session. A successful response will be returned once the check session reaches its final state (i.e. when it passes or fails). If the check session takes a long time to complete, the endpoint will return a
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checksessions_checksessionid_completion '{}' --json kosmo integrations:checkly checkly_get_v1_checksessions_checksessionid_completion '{}' --json checkly.checkly_get_v1_checkstatuses
Shows the current status information for all checks in your account. The check status records are continuously updated as new check results come in. Official Checkly endpoint: GET /v1/check-statuses.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkstatuses '{}' --json kosmo integrations:checkly checkly_get_v1_checkstatuses '{}' --json checkly.checkly_get_v1_checkstatuses_checkid
Show the current status information for a specific check. Official Checkly endpoint: GET /v1/check-statuses/{checkId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checkstatuses_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_checkstatuses_checkid '{}' --json checkly.checkly_get_v1_checks
Lists all current checks in your account. Official Checkly endpoint: GET /v1/checks.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checks '{}' --json kosmo integrations:checkly checkly_get_v1_checks '{}' --json checkly.checkly_post_v1_checks
[DEPRECATED] This endpoint will be removed soon. Instead use POST /checks/api or POST /checks/browser. Creates a new API or browser check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSettings`, the `alertSettings` c
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks '{}' --json kosmo integrations:checkly checkly_post_v1_checks '{}' --json checkly.checkly_post_v1_checks_api
Creates a new API check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/api.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_api '{}' --json kosmo integrations:checkly checkly_post_v1_checks_api '{}' --json checkly.checkly_put_v1_checks_api_id
Updates an API check. Official Checkly endpoint: PUT /v1/checks/api/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_api_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_api_id '{}' --json checkly.checkly_post_v1_checks_browser
Creates a new browser check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/browser.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_browser '{}' --json kosmo integrations:checkly checkly_post_v1_checks_browser '{}' --json checkly.checkly_put_v1_checks_browser_id
Updates a browser check. Official Checkly endpoint: PUT /v1/checks/browser/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_browser_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_browser_id '{}' --json checkly.checkly_post_v1_checks_dns
Creates a new DNS monitor. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/dns.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_dns '{}' --json kosmo integrations:checkly checkly_post_v1_checks_dns '{}' --json checkly.checkly_put_v1_checks_dns_id
Updates an DNS monitor. Official Checkly endpoint: PUT /v1/checks/dns/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_dns_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_dns_id '{}' --json checkly.checkly_post_v1_checks_heartbeat
Creates a new Heartbeat check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/heartbeat.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_heartbeat '{}' --json kosmo integrations:checkly checkly_post_v1_checks_heartbeat '{}' --json checkly.checkly_put_v1_checks_heartbeat_id
Updates a Heartbeat check. Official Checkly endpoint: PUT /v1/checks/heartbeat/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_heartbeat_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_heartbeat_id '{}' --json checkly.checkly_get_v1_checks_heartbeats_checkid_availability
Get heartbeat availability. Official Checkly endpoint: GET /v1/checks/heartbeats/{checkId}/availability.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_availability '{}' --json kosmo integrations:checkly checkly_get_v1_checks_heartbeats_checkid_availability '{}' --json checkly.checkly_get_v1_checks_heartbeats_checkid_events
Get all events from a heartbeat. Official Checkly endpoint: GET /v1/checks/heartbeats/{checkId}/events.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_events '{}' --json kosmo integrations:checkly checkly_get_v1_checks_heartbeats_checkid_events '{}' --json checkly.checkly_get_v1_checks_heartbeats_checkid_events_id
Get a specific event by its id. Official Checkly endpoint: GET /v1/checks/heartbeats/{checkId}/events/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_events_id '{}' --json kosmo integrations:checkly checkly_get_v1_checks_heartbeats_checkid_events_id '{}' --json checkly.checkly_post_v1_checks_icmp
Creates a new ICMP monitor. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/icmp.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_icmp '{}' --json kosmo integrations:checkly checkly_post_v1_checks_icmp '{}' --json checkly.checkly_put_v1_checks_icmp_id
Updates an ICMP monitor. Official Checkly endpoint: PUT /v1/checks/icmp/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_icmp_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_icmp_id '{}' --json checkly.checkly_post_v1_checks_multistep
Creates a new Multi-Step check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/multistep.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_multistep '{}' --json kosmo integrations:checkly checkly_post_v1_checks_multistep '{}' --json checkly.checkly_put_v1_checks_multistep_id
Updates a Multi-Step check. Official Checkly endpoint: PUT /v1/checks/multistep/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_multistep_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_multistep_id '{}' --json checkly.checkly_post_v1_checks_tcp
Creates a new TCP check. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/tcp.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_tcp '{}' --json kosmo integrations:checkly checkly_post_v1_checks_tcp '{}' --json checkly.checkly_put_v1_checks_tcp_id
Updates an TCP check. Official Checkly endpoint: PUT /v1/checks/tcp/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_tcp_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_tcp_id '{}' --json checkly.checkly_post_v1_checks_url
Creates a new URL monitor. Will return a `402` when you are over the limit of your plan. When using the `globalAlertSetting`, the `alertSetting` can be `null` Official Checkly endpoint: POST /v1/checks/url.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_checks_url '{}' --json kosmo integrations:checkly checkly_post_v1_checks_url '{}' --json checkly.checkly_put_v1_checks_url_id
Updates an URL monitor. Official Checkly endpoint: PUT /v1/checks/url/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_url_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_url_id '{}' --json checkly.checkly_delete_v1_checks_id
Permanently removes a API or browser check and all its related status and results data. Official Checkly endpoint: DELETE /v1/checks/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_checks_id '{}' --json kosmo integrations:checkly checkly_delete_v1_checks_id '{}' --json checkly.checkly_get_v1_checks_id
Show details of a specific API or browser check Official Checkly endpoint: GET /v1/checks/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_checks_id '{}' --json kosmo integrations:checkly checkly_get_v1_checks_id '{}' --json checkly.checkly_put_v1_checks_id
[DEPRECATED] This endpoint will be removed soon. Instead use PUT /checks/api/{id} or PUT /checks/browser/{id}. Updates a new API or browser check. Official Checkly endpoint: PUT /v1/checks/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_checks_id '{}' --json kosmo integrations:checkly checkly_put_v1_checks_id '{}' --json checkly.checkly_get_v1_clientcertificates
Lists all client certificates. Official Checkly endpoint: GET /v1/client-certificates.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_clientcertificates '{}' --json kosmo integrations:checkly checkly_get_v1_clientcertificates '{}' --json checkly.checkly_post_v1_clientcertificates
Creates a new client certificate. Official Checkly endpoint: POST /v1/client-certificates.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_clientcertificates '{}' --json kosmo integrations:checkly checkly_post_v1_clientcertificates '{}' --json checkly.checkly_delete_v1_clientcertificates_id
Permanently removes a client certificate. Official Checkly endpoint: DELETE /v1/client-certificates/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_clientcertificates_id '{}' --json kosmo integrations:checkly checkly_delete_v1_clientcertificates_id '{}' --json checkly.checkly_get_v1_clientcertificates_id
Shows one client certificate. Official Checkly endpoint: GET /v1/client-certificates/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_clientcertificates_id '{}' --json kosmo integrations:checkly checkly_get_v1_clientcertificates_id '{}' --json checkly.checkly_get_v1_dashboards
Lists all current dashboards in your account. Official Checkly endpoint: GET /v1/dashboards.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_dashboards '{}' --json kosmo integrations:checkly checkly_get_v1_dashboards '{}' --json checkly.checkly_post_v1_dashboards
Creates a new dashboard. Will return a 409 when attempting to create a dashboard with a custom URL or custom domain that is already taken. Official Checkly endpoint: POST /v1/dashboards.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_dashboards '{}' --json kosmo integrations:checkly checkly_post_v1_dashboards '{}' --json checkly.checkly_delete_v1_dashboards_dashboardid
Permanently removes a dashboard. Official Checkly endpoint: DELETE /v1/dashboards/{dashboardId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_dashboards_dashboardid '{}' --json kosmo integrations:checkly checkly_delete_v1_dashboards_dashboardid '{}' --json checkly.checkly_get_v1_dashboards_dashboardid
Show details of a specific dashboard. Rate-limiting is applied to this endpoint, you can send 10 requests / 20 seconds at most. Official Checkly endpoint: GET /v1/dashboards/{dashboardId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_dashboards_dashboardid '{}' --json kosmo integrations:checkly checkly_get_v1_dashboards_dashboardid '{}' --json checkly.checkly_put_v1_dashboards_dashboardid
Updates a dashboard. Will return a 409 when attempting to create a dashboard with a custom URL or custom domain that is already taken. Official Checkly endpoint: PUT /v1/dashboards/{dashboardId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_dashboards_dashboardid '{}' --json kosmo integrations:checkly checkly_put_v1_dashboards_dashboardid '{}' --json checkly.checkly_get_v1_errorgroups
List all error groups in your account. Official Checkly endpoint: GET /v1/error-groups.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_errorgroups '{}' --json kosmo integrations:checkly checkly_get_v1_errorgroups '{}' --json checkly.checkly_get_v1_errorgroups_checks_checkid
List all error groups for a specific check. Official Checkly endpoint: GET /v1/error-groups/checks/{checkId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_errorgroups_checks_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_errorgroups_checks_checkid '{}' --json checkly.checkly_get_v1_errorgroups_id
Retrieve one error group. Official Checkly endpoint: GET /v1/error-groups/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_errorgroups_id '{}' --json kosmo integrations:checkly checkly_get_v1_errorgroups_id '{}' --json checkly.checkly_patch_v1_errorgroups_id
Update an error group. Mainly used for archiving error groups. Official Checkly endpoint: PATCH /v1/error-groups/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_patch_v1_errorgroups_id '{}' --json kosmo integrations:checkly checkly_patch_v1_errorgroups_id '{}' --json checkly.checkly_post_v1_incidents
Creates a new incident. Official Checkly endpoint: POST /v1/incidents.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_incidents '{}' --json kosmo integrations:checkly checkly_post_v1_incidents '{}' --json checkly.checkly_delete_v1_incidents_id
Permanently removes an incident and all its updates. Official Checkly endpoint: DELETE /v1/incidents/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_incidents_id '{}' --json kosmo integrations:checkly checkly_delete_v1_incidents_id '{}' --json checkly.checkly_get_v1_incidents_id
Shows details of a specific incident. Uses the "includeAllIncidentUpdates" query parameter to obtain all updates. Official Checkly endpoint: GET /v1/incidents/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_incidents_id '{}' --json kosmo integrations:checkly checkly_get_v1_incidents_id '{}' --json checkly.checkly_put_v1_incidents_id
Updates an incident. Official Checkly endpoint: PUT /v1/incidents/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_incidents_id '{}' --json kosmo integrations:checkly checkly_put_v1_incidents_id '{}' --json checkly.checkly_post_v1_incidents_incidentid_updates
Creates a new update for an incident. Official Checkly endpoint: POST /v1/incidents/{incidentId}/updates.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_incidents_incidentid_updates '{}' --json kosmo integrations:checkly checkly_post_v1_incidents_incidentid_updates '{}' --json checkly.checkly_delete_v1_incidents_incidentid_updates_id
Permanently removes an incident update. Official Checkly endpoint: DELETE /v1/incidents/{incidentId}/updates/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_incidents_incidentid_updates_id '{}' --json kosmo integrations:checkly checkly_delete_v1_incidents_incidentid_updates_id '{}' --json checkly.checkly_put_v1_incidents_incidentid_updates_id
Modifies an incident update. Official Checkly endpoint: PUT /v1/incidents/{incidentId}/updates/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_incidents_incidentid_updates_id '{}' --json kosmo integrations:checkly checkly_put_v1_incidents_incidentid_updates_id '{}' --json checkly.checkly_get_v1_locations
Lists all supported locationss. Official Checkly endpoint: GET /v1/locations.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_locations '{}' --json kosmo integrations:checkly checkly_get_v1_locations '{}' --json checkly.checkly_get_v1_maintenancewindows
Lists all maintenance windows in your account. Official Checkly endpoint: GET /v1/maintenance-windows.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_maintenancewindows '{}' --json kosmo integrations:checkly checkly_get_v1_maintenancewindows '{}' --json checkly.checkly_post_v1_maintenancewindows
Creates a new maintenance window. Official Checkly endpoint: POST /v1/maintenance-windows.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_maintenancewindows '{}' --json kosmo integrations:checkly checkly_post_v1_maintenancewindows '{}' --json checkly.checkly_delete_v1_maintenancewindows_id
Permanently removes a maintenance window. Official Checkly endpoint: DELETE /v1/maintenance-windows/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_maintenancewindows_id '{}' --json kosmo integrations:checkly checkly_delete_v1_maintenancewindows_id '{}' --json checkly.checkly_get_v1_maintenancewindows_id
Show details of a specific maintenance window. Official Checkly endpoint: GET /v1/maintenance-windows/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_maintenancewindows_id '{}' --json kosmo integrations:checkly checkly_get_v1_maintenancewindows_id '{}' --json checkly.checkly_put_v1_maintenancewindows_id
Updates a maintenance window. Official Checkly endpoint: PUT /v1/maintenance-windows/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_maintenancewindows_id '{}' --json kosmo integrations:checkly checkly_put_v1_maintenancewindows_id '{}' --json checkly.checkly_get_v1_privatelocations
Lists all private locations in your account. Official Checkly endpoint: GET /v1/private-locations.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_privatelocations '{}' --json kosmo integrations:checkly checkly_get_v1_privatelocations '{}' --json checkly.checkly_post_v1_privatelocations
Creates a new private location. Official Checkly endpoint: POST /v1/private-locations.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_privatelocations '{}' --json kosmo integrations:checkly checkly_post_v1_privatelocations '{}' --json checkly.checkly_delete_v1_privatelocations_id
Permanently removes a private location. Official Checkly endpoint: DELETE /v1/private-locations/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_privatelocations_id '{}' --json kosmo integrations:checkly checkly_delete_v1_privatelocations_id '{}' --json checkly.checkly_get_v1_privatelocations_id
Show details of a specific private location. Official Checkly endpoint: GET /v1/private-locations/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_privatelocations_id '{}' --json kosmo integrations:checkly checkly_get_v1_privatelocations_id '{}' --json checkly.checkly_put_v1_privatelocations_id
Updates a private location. Official Checkly endpoint: PUT /v1/private-locations/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_privatelocations_id '{}' --json kosmo integrations:checkly checkly_put_v1_privatelocations_id '{}' --json checkly.checkly_post_v1_privatelocations_id_keys
Creates an api key on the private location. Official Checkly endpoint: POST /v1/private-locations/{id}/keys.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_privatelocations_id_keys '{}' --json kosmo integrations:checkly checkly_post_v1_privatelocations_id_keys '{}' --json checkly.checkly_delete_v1_privatelocations_id_keys_keyid
Permanently removes an api key from a private location. Official Checkly endpoint: DELETE /v1/private-locations/{id}/keys/{keyId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_privatelocations_id_keys_keyid '{}' --json kosmo integrations:checkly checkly_delete_v1_privatelocations_id_keys_keyid '{}' --json checkly.checkly_get_v1_privatelocations_id_metrics
Get private location health metrics from a window of time. Rate-limiting is applied to this endpoint, you can send 300 requests per day at most. Official Checkly endpoint: GET /v1/private-locations/{id}/metrics.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_privatelocations_id_metrics '{}' --json kosmo integrations:checkly checkly_get_v1_privatelocations_id_metrics '{}' --json checkly.checkly_get_v1_reporting
Generates a report with aggregated statistics for all checks or a filtered set of checks over a specified time window. Official Checkly endpoint: GET /v1/reporting.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_reporting '{}' --json kosmo integrations:checkly checkly_get_v1_reporting '{}' --json checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid
Asynchronously generates a root cause analysis for a specific check error group. Returns an `id` which you can use to poll the `/root-cause-analyses/{id}` endpoint. Official Checkly endpoint: POST /v1/root-cause-analyses/error-groups/{errorGroupId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid '{}' --json kosmo integrations:checkly checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid '{}' --json checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid
Asynchronously generates a root cause analysis for a specific test session error group. Returns an `id` which you can use to poll the `/root-cause-analyses/{id}` endpoint. Official Checkly endpoint: POST /v1/root-cause-analyses/test-session-error-groups/{test
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid '{}' --json kosmo integrations:checkly checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid '{}' --json checkly.checkly_get_v1_rootcauseanalyses_id
Retrieves a specific root cause analysis. Use the `id` returned from either POST endpoint and poll until the response is HTTP 200. While the analysis is being generated the endpoint returns HTTP 202 with `{"id":"","status":"PENDING"}`. A genuine HTTP 404 means
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_rootcauseanalyses_id '{}' --json kosmo integrations:checkly checkly_get_v1_rootcauseanalyses_id '{}' --json checkly.checkly_get_v1_runtimes
Lists all supported runtimes and the included NPM packages for Browser checks and setup & teardown scripts for API checks. Official Checkly endpoint: GET /v1/runtimes.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_runtimes '{}' --json kosmo integrations:checkly checkly_get_v1_runtimes '{}' --json checkly.checkly_get_v1_runtimes_id
Shows the details of all included NPM packages and their version for one specific runtime Official Checkly endpoint: GET /v1/runtimes/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_runtimes_id '{}' --json kosmo integrations:checkly checkly_get_v1_runtimes_id '{}' --json checkly.checkly_get_v1_snippets
Lists all current snippets in your account. Official Checkly endpoint: GET /v1/snippets.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_snippets '{}' --json kosmo integrations:checkly checkly_get_v1_snippets '{}' --json checkly.checkly_post_v1_snippets
Creates a new snippet. Official Checkly endpoint: POST /v1/snippets.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_snippets '{}' --json kosmo integrations:checkly checkly_post_v1_snippets '{}' --json checkly.checkly_delete_v1_snippets_id
Permanently removes a snippet. Official Checkly endpoint: DELETE /v1/snippets/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_snippets_id '{}' --json kosmo integrations:checkly checkly_delete_v1_snippets_id '{}' --json checkly.checkly_get_v1_snippets_id
Show details of a specific snippet. Official Checkly endpoint: GET /v1/snippets/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_snippets_id '{}' --json kosmo integrations:checkly checkly_get_v1_snippets_id '{}' --json checkly.checkly_put_v1_snippets_id
Updates a snippet. Official Checkly endpoint: PUT /v1/snippets/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_snippets_id '{}' --json kosmo integrations:checkly checkly_put_v1_snippets_id '{}' --json checkly.checkly_get_v1_staticips
Lists all source IPs for check runs as a single JSON array. Official Checkly endpoint: GET /v1/static-ips.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticips '{}' --json kosmo integrations:checkly checkly_get_v1_staticips '{}' --json checkly.checkly_get_v1_staticipsbyregion
Lists all source IPs for check runs as object with regions as keys and an array of IPs as value. Official Checkly endpoint: GET /v1/static-ips-by-region.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticipsbyregion '{}' --json kosmo integrations:checkly checkly_get_v1_staticipsbyregion '{}' --json checkly.checkly_get_v1_staticipstxt
Lists all IPs for check runs as a TXT file. Each line has one IP. Official Checkly endpoint: GET /v1/static-ips.txt.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticipstxt '{}' --json kosmo integrations:checkly checkly_get_v1_staticipstxt '{}' --json checkly.checkly_get_v1_staticipv6s
Lists all source IPv6s for check runs as a single JSON array. Official Checkly endpoint: GET /v1/static-ipv6s.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticipv6s '{}' --json kosmo integrations:checkly checkly_get_v1_staticipv6s '{}' --json checkly.checkly_get_v1_staticipv6sbyregion
Lists all source IPs for check runs as an object with regions as keys and an Ipv6 as value. Official Checkly endpoint: GET /v1/static-ipv6s-by-region.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticipv6sbyregion '{}' --json kosmo integrations:checkly checkly_get_v1_staticipv6sbyregion '{}' --json checkly.checkly_get_v1_staticipv6stxt
Lists all IPv6s for check runs as a TXT file. Each line has one IP. Official Checkly endpoint: GET /v1/static-ipv6s.txt.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_staticipv6stxt '{}' --json kosmo integrations:checkly checkly_get_v1_staticipv6stxt '{}' --json checkly.checkly_get_v1_statuspages
Get all status pages for an account. Official Checkly endpoint: GET /v1/status-pages.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages '{}' --json checkly.checkly_post_v1_statuspages
Create a new status page with its related services and cards. Official Checkly endpoint: POST /v1/status-pages.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_statuspages '{}' --json kosmo integrations:checkly checkly_post_v1_statuspages '{}' --json checkly.checkly_get_v1_statuspages_incidents
Get the latest 100 incidents for all services. Official Checkly endpoint: GET /v1/status-pages/incidents.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_incidents '{}' --json checkly.checkly_post_v1_statuspages_incidents
Creates a new incident. Official Checkly endpoint: POST /v1/status-pages/incidents.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_statuspages_incidents '{}' --json kosmo integrations:checkly checkly_post_v1_statuspages_incidents '{}' --json checkly.checkly_delete_v1_statuspages_incidents_incidentid
Permanently removes an incident and all its updates. Official Checkly endpoint: DELETE /v1/status-pages/incidents/{incidentId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_statuspages_incidents_incidentid '{}' --json kosmo integrations:checkly checkly_delete_v1_statuspages_incidents_incidentid '{}' --json checkly.checkly_get_v1_statuspages_incidents_incidentid
Get incident details including incident history and affected services. Official Checkly endpoint: GET /v1/status-pages/incidents/{incidentId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_incidents_incidentid '{}' --json checkly.checkly_put_v1_statuspages_incidents_incidentid
Updates an incident. Official Checkly endpoint: PUT /v1/status-pages/incidents/{incidentId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_statuspages_incidents_incidentid '{}' --json kosmo integrations:checkly checkly_put_v1_statuspages_incidents_incidentid '{}' --json checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates
Lists all updates for a specific incident. Official Checkly endpoint: GET /v1/status-pages/incidents/{incidentId}/incident-updates.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates
Creates a new update for an incident. Official Checkly endpoint: POST /v1/status-pages/incidents/{incidentId}/incident-updates.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json kosmo integrations:checkly checkly_post_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid
Permanently removes an incident update. Official Checkly endpoint: DELETE /v1/status-pages/incidents/{incidentId}/incident-updates/{incidentUpdateId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json kosmo integrations:checkly checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid
Shows details of a specific incident update. Official Checkly endpoint: GET /v1/status-pages/incidents/{incidentId}/incident-updates/{incidentUpdateId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid
Modifies an incident update. Official Checkly endpoint: PUT /v1/status-pages/incidents/{incidentId}/incident-updates/{incidentUpdateId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json kosmo integrations:checkly checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json checkly.checkly_get_v1_statuspages_services
Get all services Official Checkly endpoint: GET /v1/status-pages/services.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_services '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_services '{}' --json checkly.checkly_post_v1_statuspages_services
Create a service Official Checkly endpoint: POST /v1/status-pages/services.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_statuspages_services '{}' --json kosmo integrations:checkly checkly_post_v1_statuspages_services '{}' --json checkly.checkly_delete_v1_statuspages_services_serviceid
Delete a service Official Checkly endpoint: DELETE /v1/status-pages/services/{serviceId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_statuspages_services_serviceid '{}' --json kosmo integrations:checkly checkly_delete_v1_statuspages_services_serviceid '{}' --json checkly.checkly_get_v1_statuspages_services_serviceid
Get a single service Official Checkly endpoint: GET /v1/status-pages/services/{serviceId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_services_serviceid '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_services_serviceid '{}' --json checkly.checkly_put_v1_statuspages_services_serviceid
Update a service Official Checkly endpoint: PUT /v1/status-pages/services/{serviceId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_statuspages_services_serviceid '{}' --json kosmo integrations:checkly checkly_put_v1_statuspages_services_serviceid '{}' --json checkly.checkly_delete_v1_statuspages_statuspageid
Delete a status page. Official Checkly endpoint: DELETE /v1/status-pages/{statusPageId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_statuspages_statuspageid '{}' --json kosmo integrations:checkly checkly_delete_v1_statuspages_statuspageid '{}' --json checkly.checkly_get_v1_statuspages_statuspageid
Get status page data, including cards and services. Official Checkly endpoint: GET /v1/status-pages/{statusPageId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_statuspageid '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_statuspageid '{}' --json checkly.checkly_put_v1_statuspages_statuspageid
Update a status page with its related services and cards. Official Checkly endpoint: PUT /v1/status-pages/{statusPageId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_statuspages_statuspageid '{}' --json kosmo integrations:checkly checkly_put_v1_statuspages_statuspageid '{}' --json checkly.checkly_get_v1_statuspages_statuspageid_subscriptions
Get all subscriptions for a specific status page Official Checkly endpoint: GET /v1/status-pages/{statusPageId}/subscriptions.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_statuspages_statuspageid_subscriptions '{}' --json kosmo integrations:checkly checkly_get_v1_statuspages_statuspageid_subscriptions '{}' --json checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk
Bulk create subscriptions for a specific status page. Official Checkly endpoint: POST /v1/status-pages/{statusPageId}/subscriptions/bulk.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk '{}' --json kosmo integrations:checkly checkly_post_v1_statuspages_statuspageid_subscriptions_bulk '{}' --json checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid
Delete a subscription belonging to a specific status page using the subscription id Official Checkly endpoint: DELETE /v1/status-pages/{statusPageId}/subscriptions/{subscriptionId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid '{}' --json kosmo integrations:checkly checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid '{}' --json checkly.checkly_get_v1_testsessionerrorgroups
List all test session error groups in your account. Official Checkly endpoint: GET /v1/test-session-error-groups.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups '{}' --json kosmo integrations:checkly checkly_get_v1_testsessionerrorgroups '{}' --json checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid
List all test session error groups for a specific project. Official Checkly endpoint: GET /v1/test-session-error-groups/projects/{projectId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid '{}' --json kosmo integrations:checkly checkly_get_v1_testsessionerrorgroups_projects_projectid '{}' --json checkly.checkly_get_v1_testsessionerrorgroups_id
Retrieve one test session error group. Official Checkly endpoint: GET /v1/test-session-error-groups/{id}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups_id '{}' --json kosmo integrations:checkly checkly_get_v1_testsessionerrorgroups_id '{}' --json checkly.checkly_patch_v1_testsessionerrorgroups_id
Update a test session error group. Mainly used for archiving test session error groups. Official Checkly endpoint: PATCH /v1/test-session-error-groups/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_patch_v1_testsessionerrorgroups_id '{}' --json kosmo integrations:checkly checkly_patch_v1_testsessionerrorgroups_id '{}' --json checkly.checkly_post_v1_testsessions_trigger
Starts a tests session with checks matching the provided target filters. If no filters are given, matches all eligible checks. This endpoint does not wait for the test session to complete. Use the `GET /v1/test-sessions/{testSessionId}/completion` or `GET /v1/
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_testsessions_trigger '{}' --json kosmo integrations:checkly checkly_post_v1_testsessions_trigger '{}' --json checkly.checkly_get_v1_testsessions_testsessionid
Retrieves a test session. Note that the returned data may be incomplete if the test session is still in progress. Official Checkly endpoint: GET /v1/test-sessions/{testSessionId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_testsessions_testsessionid '{}' --json kosmo integrations:checkly checkly_get_v1_testsessions_testsessionid '{}' --json checkly.checkly_get_v1_testsessions_testsessionid_completion
Call this endpoint to await the completion of a test session. A successful response code will be returned once the test session reaches its final state (i.e. when it passes or fails). If the test session takes a long time to complete, the endpoint will return
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_testsessions_testsessionid_completion '{}' --json kosmo integrations:checkly checkly_get_v1_testsessions_testsessionid_completion '{}' --json checkly.checkly_delete_v1_triggers_checkgroups_groupid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Deletes the check groups trigger Official Checkly endpoint: DELETE /v1/triggers/check-groups/{groupId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_triggers_checkgroups_groupid '{}' --json kosmo integrations:checkly checkly_delete_v1_triggers_checkgroups_groupid '{}' --json checkly.checkly_get_v1_triggers_checkgroups_groupid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Finds the check group trigger Official Checkly endpoint: GET /v1/triggers/check-groups/{groupId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_triggers_checkgroups_groupid '{}' --json kosmo integrations:checkly checkly_get_v1_triggers_checkgroups_groupid '{}' --json checkly.checkly_post_v1_triggers_checkgroups_groupid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Creates the check group trigger Official Checkly endpoint: POST /v1/triggers/check-groups/{groupId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_triggers_checkgroups_groupid '{}' --json kosmo integrations:checkly checkly_post_v1_triggers_checkgroups_groupid '{}' --json checkly.checkly_delete_v1_triggers_checks_checkid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Deletes the check trigger Official Checkly endpoint: DELETE /v1/triggers/checks/{checkId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_triggers_checks_checkid '{}' --json kosmo integrations:checkly checkly_delete_v1_triggers_checks_checkid '{}' --json checkly.checkly_get_v1_triggers_checks_checkid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Finds the check trigger. Official Checkly endpoint: GET /v1/triggers/checks/{checkId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_triggers_checks_checkid '{}' --json kosmo integrations:checkly checkly_get_v1_triggers_checks_checkid '{}' --json checkly.checkly_post_v1_triggers_checks_checkid
[DEPRECATED] This endpoint will be removed soon. Please use the Checkly CLI to test and trigger checks. Creates the check trigger Official Checkly endpoint: POST /v1/triggers/checks/{checkId}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_triggers_checks_checkid '{}' --json kosmo integrations:checkly checkly_post_v1_triggers_checks_checkid '{}' --json checkly.checkly_get_v1_variables
Lists all current environment variables in your account. Official Checkly endpoint: GET /v1/variables.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_variables '{}' --json kosmo integrations:checkly checkly_get_v1_variables '{}' --json checkly.checkly_post_v1_variables
Creates a new environment variable. Official Checkly endpoint: POST /v1/variables.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v1_variables '{}' --json kosmo integrations:checkly checkly_post_v1_variables '{}' --json checkly.checkly_delete_v1_variables_key
Permanently removes an environment variable. Uses the "key" field as the ID for deletion. Official Checkly endpoint: DELETE /v1/variables/{key}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_delete_v1_variables_key '{}' --json kosmo integrations:checkly checkly_delete_v1_variables_key '{}' --json checkly.checkly_get_v1_variables_key
Show details of a specific environment variable. Uses the "key" field for selection. Official Checkly endpoint: GET /v1/variables/{key}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v1_variables_key '{}' --json kosmo integrations:checkly checkly_get_v1_variables_key '{}' --json checkly.checkly_put_v1_variables_key
Updates an environment variable. Uses the "key" field as the ID for updating. Only updates value, locked, and secret properties. Once a value is set to secret, it cannot be unset. Official Checkly endpoint: PUT /v1/variables/{key}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v1_variables_key '{}' --json kosmo integrations:checkly checkly_put_v1_variables_key '{}' --json checkly.checkly_post_v2_checkgroups
Creates a new check group. You can add checks to the group by setting the "groupId" property of individual checks. Official Checkly endpoint: POST /v2/check-groups.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v2_checkgroups '{}' --json kosmo integrations:checkly checkly_post_v2_checkgroups '{}' --json checkly.checkly_put_v2_checkgroups_id
Updates a check group. Official Checkly endpoint: PUT /v2/check-groups/{id}.
write - Parameters
- none
kosmo integrations:call checkly.checkly_put_v2_checkgroups_id '{}' --json kosmo integrations:checkly checkly_put_v2_checkgroups_id '{}' --json checkly.checkly_get_v2_checkresults_checkid
Lists the full, raw check results for a specific check. We keep raw results for 30 days. After 30 days they are erased. However, we keep the rolled up results for an indefinite period. You can filter by check type and result type to narrow down the list. Use t
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v2_checkresults_checkid '{}' --json kosmo integrations:checkly checkly_get_v2_checkresults_checkid '{}' --json checkly.checkly_post_v2_checksessions_trigger
Trigger a new check session Official Checkly endpoint: POST /v2/check-sessions/trigger.
write - Parameters
- none
kosmo integrations:call checkly.checkly_post_v2_checksessions_trigger '{}' --json kosmo integrations:checkly checkly_post_v2_checksessions_trigger '{}' --json checkly.checkly_get_v2_checksessions_checksessionid
Retrieve a check session Official Checkly endpoint: GET /v2/check-sessions/{checkSessionId}.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v2_checksessions_checksessionid '{}' --json kosmo integrations:checkly checkly_get_v2_checksessions_checksessionid '{}' --json checkly.checkly_get_v2_checksessions_checksessionid_completion
Await the completion of a check session Official Checkly endpoint: GET /v2/check-sessions/{checkSessionId}/completion.
read - Parameters
- none
kosmo integrations:call checkly.checkly_get_v2_checksessions_checksessionid_completion '{}' --json kosmo integrations:checkly checkly_get_v2_checksessions_checksessionid_completion '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
checkly.checkly_get_v1_accounts 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_accounts_me 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_accounts_me --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_accounts_me_entitlements 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_accounts_me_entitlements --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_accounts_accountid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_accounts_accountid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_accounts_accountid_entitlements 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_accounts_accountid_entitlements --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_alertchannels 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_alertchannels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_alertchannels 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_alertchannels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_alertchannels_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_alertchannels_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_alertchannels_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_alertchannels_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_alertchannels_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_alertchannels_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_alertchannels_id_subscriptions 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_alertchannels_id_subscriptions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_alertnotifications 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_alertnotifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_apichecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_apichecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_browserchecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_browserchecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_analytics_checks 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_analytics_checks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_dns_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_dns_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_heartbeatchecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_heartbeatchecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_icmp_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_icmp_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_metrics 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_multistepchecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_multistepchecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_playwrightchecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_playwrightchecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_tcpchecks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_tcpchecks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_analytics_urlmonitors_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_analytics_urlmonitors_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_badges_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_badges_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_badges_groups_groupid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_badges_groups_groupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_cancel 0 parameters
kosmo integrations:schema checkly.checkly_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkalerts 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkalerts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkalerts_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkalerts_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkgroups 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkgroups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checkgroups 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checkgroups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkgroups_groupid_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_groupid_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_checkgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_checkgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checkgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checkgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkgroups_id_checks 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_id_checks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkresults_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkresults_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkresults_checkid_checkresultid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkresults_checkid_checkresultid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checksessions_trigger 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checksessions_trigger --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checksessions_checksessionid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checksessions_checksessionid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checksessions_checksessionid_completion 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checksessions_checksessionid_completion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkstatuses 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkstatuses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checkstatuses_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checkstatuses_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checks 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_api 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_api --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_api_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_api_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_browser 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_browser --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_browser_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_browser_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_dns 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_dns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_dns_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_dns_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_heartbeat 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_heartbeat --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_heartbeat_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_heartbeat_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checks_heartbeats_checkid_availability 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_availability --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checks_heartbeats_checkid_events 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checks_heartbeats_checkid_events_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_events_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_icmp 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_icmp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_icmp_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_icmp_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_multistep 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_multistep --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_multistep_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_multistep_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_tcp 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_tcp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_tcp_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_tcp_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_checks_url 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_checks_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_url_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_url_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_checks_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_checks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_checks_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_checks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_checks_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_checks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_clientcertificates 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_clientcertificates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_clientcertificates 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_clientcertificates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_clientcertificates_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_clientcertificates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_clientcertificates_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_clientcertificates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_dashboards 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_dashboards 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_dashboards_dashboardid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_dashboards_dashboardid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_dashboards_dashboardid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_dashboards_dashboardid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_dashboards_dashboardid 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_dashboards_dashboardid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_errorgroups 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_errorgroups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_errorgroups_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_errorgroups_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_errorgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_errorgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_patch_v1_errorgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_patch_v1_errorgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_incidents 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_incidents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_incidents_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_incidents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_incidents_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_incidents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_incidents_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_incidents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_incidents_incidentid_updates 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_incidents_incidentid_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_incidents_incidentid_updates_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_incidents_incidentid_updates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_incidents_incidentid_updates_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_incidents_incidentid_updates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_locations 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_locations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_maintenancewindows 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_maintenancewindows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_maintenancewindows 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_maintenancewindows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_maintenancewindows_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_maintenancewindows_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_maintenancewindows_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_maintenancewindows_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_maintenancewindows_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_maintenancewindows_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_privatelocations 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_privatelocations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_privatelocations 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_privatelocations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_privatelocations_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_privatelocations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_privatelocations_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_privatelocations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_privatelocations_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_privatelocations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_privatelocations_id_keys 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_privatelocations_id_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_privatelocations_id_keys_keyid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_privatelocations_id_keys_keyid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_privatelocations_id_metrics 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_privatelocations_id_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_reporting 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_reporting --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_rootcauseanalyses_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_rootcauseanalyses_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_runtimes 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_runtimes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_runtimes_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_runtimes_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_snippets 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_snippets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_snippets 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_snippets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_snippets_id 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_snippets_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_snippets_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_snippets_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_snippets_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_snippets_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticips 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticips --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticipsbyregion 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticipsbyregion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticipstxt 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticipstxt --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticipv6s 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticipv6s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticipv6sbyregion 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticipv6sbyregion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_staticipv6stxt 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_staticipv6stxt --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_statuspages 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_statuspages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_incidents 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_statuspages_incidents 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_statuspages_incidents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_statuspages_incidents_incidentid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_incidents_incidentid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_incidents_incidentid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_statuspages_incidents_incidentid 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_statuspages_incidents_incidentid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_services 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_statuspages_services 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_statuspages_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_statuspages_services_serviceid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_services_serviceid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_services_serviceid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_services_serviceid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_statuspages_services_serviceid 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_statuspages_services_serviceid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_statuspages_statuspageid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_statuspageid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_statuspageid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_statuspageid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_statuspages_statuspageid 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_statuspages_statuspageid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_statuspages_statuspageid_subscriptions 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_statuspages_statuspageid_subscriptions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_testsessionerrorgroups 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_testsessionerrorgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_patch_v1_testsessionerrorgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_patch_v1_testsessionerrorgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_testsessions_trigger 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_testsessions_trigger --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_testsessions_testsessionid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_testsessions_testsessionid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_testsessions_testsessionid_completion 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_testsessions_testsessionid_completion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_triggers_checkgroups_groupid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_triggers_checkgroups_groupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_triggers_checkgroups_groupid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_triggers_checkgroups_groupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_triggers_checkgroups_groupid 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_triggers_checkgroups_groupid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_triggers_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_triggers_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_triggers_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_triggers_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_triggers_checks_checkid 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_triggers_checks_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_variables 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_variables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v1_variables 0 parameters
kosmo integrations:schema checkly.checkly_post_v1_variables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_delete_v1_variables_key 0 parameters
kosmo integrations:schema checkly.checkly_delete_v1_variables_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v1_variables_key 0 parameters
kosmo integrations:schema checkly.checkly_get_v1_variables_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v1_variables_key 0 parameters
kosmo integrations:schema checkly.checkly_put_v1_variables_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v2_checkgroups 0 parameters
kosmo integrations:schema checkly.checkly_post_v2_checkgroups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_put_v2_checkgroups_id 0 parameters
kosmo integrations:schema checkly.checkly_put_v2_checkgroups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v2_checkresults_checkid 0 parameters
kosmo integrations:schema checkly.checkly_get_v2_checkresults_checkid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_post_v2_checksessions_trigger 0 parameters
kosmo integrations:schema checkly.checkly_post_v2_checksessions_trigger --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v2_checksessions_checksessionid 0 parameters
kosmo integrations:schema checkly.checkly_get_v2_checksessions_checksessionid --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
checkly.checkly_get_v2_checksessions_checksessionid_completion 0 parameters
kosmo integrations:schema checkly.checkly_get_v2_checksessions_checksessionid_completion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.