KosmoKrator

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, configure, and verify
# 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.

KeyEnv varTypeRequiredLabel
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.

Generic CLI call
kosmo integrations:call checkly.checkly_get_v1_accounts '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_accounts '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_accounts_me '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_accounts_me_entitlements '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_accounts_accountid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_accounts_accountid_entitlements '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_alertchannels '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_alertchannels '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_alertchannels_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_alertchannels_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_alertchannels_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_alertchannels_id_subscriptions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_alertnotifications '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_apichecks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_browserchecks_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_analytics_checks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_dns_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_heartbeatchecks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_icmp_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_metrics '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_multistepchecks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_playwrightchecks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_tcpchecks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_analytics_urlmonitors_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_badges_checks_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_badges_groups_groupid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkalerts '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkalerts_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkgroups '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checkgroups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkgroups_groupid_checks_checkid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_checkgroups_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkgroups_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checkgroups_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkgroups_id_checks '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkresults_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkresults_checkid_checkresultid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checksessions_trigger '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checksessions_checksessionid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checksessions_checksessionid_completion '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkstatuses '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checkstatuses_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checks '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_api '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_api_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_browser '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_browser_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_dns '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_dns_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_heartbeat '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_heartbeat_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_availability '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_events '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checks_heartbeats_checkid_events_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_icmp '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_icmp_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_multistep '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_multistep_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_tcp '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_tcp_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_checks_url '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_url_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_checks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_checks_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_checks_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_clientcertificates '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_clientcertificates '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_clientcertificates_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_clientcertificates_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_dashboards '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_dashboards '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_dashboards_dashboardid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_dashboards_dashboardid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_dashboards_dashboardid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_errorgroups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_errorgroups_checks_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_errorgroups_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_patch_v1_errorgroups_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_incidents '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_incidents_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_incidents_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_incidents_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_incidents_incidentid_updates '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_incidents_incidentid_updates_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_incidents_incidentid_updates_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_locations '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_maintenancewindows '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_maintenancewindows '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_maintenancewindows_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_maintenancewindows_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_maintenancewindows_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_privatelocations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_privatelocations '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_privatelocations_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_privatelocations_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_privatelocations_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_privatelocations_id_keys '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_privatelocations_id_keys_keyid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_privatelocations_id_metrics '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_reporting '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_rootcauseanalyses_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_runtimes '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_runtimes_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_snippets '{}' --json
Shortcut
kosmo integrations:checkly checkly_get_v1_snippets '{}' --json

checkly.checkly_post_v1_snippets

Creates a new snippet. Official Checkly endpoint: POST /v1/snippets.

Write write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_snippets '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_snippets_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_snippets_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_snippets_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticips '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticipsbyregion '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticipstxt '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticipv6s '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticipv6sbyregion '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_staticipv6stxt '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_statuspages '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_statuspages_incidents '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_statuspages_incidents_incidentid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_statuspages_incidents_incidentid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_services '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_statuspages_services '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_statuspages_services_serviceid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_services_serviceid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_statuspages_services_serviceid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_statuspages_statuspageid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_statuspageid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_statuspages_statuspageid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_statuspages_statuspageid_subscriptions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_testsessionerrorgroups_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_patch_v1_testsessionerrorgroups_id '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_testsessions_trigger '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_testsessions_testsessionid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_testsessions_testsessionid_completion '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_triggers_checkgroups_groupid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_triggers_checkgroups_groupid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_triggers_checkgroups_groupid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_triggers_checks_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_triggers_checks_checkid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_triggers_checks_checkid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_variables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v1_variables '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_delete_v1_variables_key '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v1_variables_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v1_variables_key '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v2_checkgroups '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_put_v2_checkgroups_id '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v2_checkresults_checkid '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_post_v2_checksessions_trigger '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v2_checksessions_checksessionid '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call checkly.checkly_get_v2_checksessions_checksessionid_completion '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema checkly.checkly_get_v1_accounts --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_accounts_me 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_accounts_me --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_accounts_me_entitlements 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_accounts_me_entitlements --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_accounts_accountid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_accounts_accountid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_accounts_accountid_entitlements 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_accounts_accountid_entitlements --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_alertchannels 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_alertchannels --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_alertchannels 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_alertchannels --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_alertchannels_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_alertchannels_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_alertchannels_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_alertchannels_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_alertchannels_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_alertchannels_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_alertchannels_id_subscriptions 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_alertchannels_id_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_alertnotifications 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_alertnotifications --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_apichecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_apichecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_browserchecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_browserchecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_analytics_checks 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_analytics_checks --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_dns_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_dns_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_heartbeatchecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_heartbeatchecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_icmp_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_icmp_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_metrics 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_metrics --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_multistepchecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_multistepchecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_playwrightchecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_playwrightchecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_tcpchecks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_tcpchecks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_analytics_urlmonitors_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_analytics_urlmonitors_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_badges_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_badges_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_badges_groups_groupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_badges_groups_groupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_cancel 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_cancel --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkalerts 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkalerts --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkalerts_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkalerts_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkgroups 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkgroups --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checkgroups 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checkgroups --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkgroups_groupid_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_groupid_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_checkgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_checkgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checkgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checkgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkgroups_id_checks 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkgroups_id_checks --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkresults_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkresults_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkresults_checkid_checkresultid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkresults_checkid_checkresultid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checksessions_trigger 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checksessions_trigger --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checksessions_checksessionid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checksessions_checksessionid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checksessions_checksessionid_completion 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checksessions_checksessionid_completion --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkstatuses 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkstatuses --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checkstatuses_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checkstatuses_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checks 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checks --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_api 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_api --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_api_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_api_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_browser 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_browser --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_browser_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_browser_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_dns 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_dns --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_dns_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_dns_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_heartbeat 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_heartbeat --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_heartbeat_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_heartbeat_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checks_heartbeats_checkid_availability 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_availability --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checks_heartbeats_checkid_events 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_events --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checks_heartbeats_checkid_events_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checks_heartbeats_checkid_events_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_icmp 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_icmp --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_icmp_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_icmp_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_multistep 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_multistep --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_multistep_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_multistep_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_tcp 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_tcp --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_tcp_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_tcp_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_checks_url 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_checks_url --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_url_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_url_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_checks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_checks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_checks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_checks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_checks_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_checks_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_clientcertificates 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_clientcertificates --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_clientcertificates 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_clientcertificates --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_clientcertificates_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_clientcertificates_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_clientcertificates_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_clientcertificates_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_dashboards 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_dashboards --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_dashboards 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_dashboards --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_dashboards_dashboardid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_dashboards_dashboardid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_dashboards_dashboardid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_dashboards_dashboardid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_dashboards_dashboardid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_dashboards_dashboardid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_errorgroups 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_errorgroups --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_errorgroups_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_errorgroups_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_errorgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_errorgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_patch_v1_errorgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_patch_v1_errorgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_incidents 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_incidents --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_incidents_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_incidents_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_incidents_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_incidents_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_incidents_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_incidents_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_incidents_incidentid_updates 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_incidents_incidentid_updates --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_incidents_incidentid_updates_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_incidents_incidentid_updates_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_incidents_incidentid_updates_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_incidents_incidentid_updates_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_locations 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_locations --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_maintenancewindows 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_maintenancewindows --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_maintenancewindows 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_maintenancewindows --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_maintenancewindows_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_maintenancewindows_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_maintenancewindows_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_maintenancewindows_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_maintenancewindows_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_maintenancewindows_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_privatelocations 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_privatelocations --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_privatelocations 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_privatelocations --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_privatelocations_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_privatelocations_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_privatelocations_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_privatelocations_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_privatelocations_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_privatelocations_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_privatelocations_id_keys 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_privatelocations_id_keys --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_privatelocations_id_keys_keyid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_privatelocations_id_keys_keyid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_privatelocations_id_metrics 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_privatelocations_id_metrics --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_reporting 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_reporting --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_rootcauseanalyses_errorgroups_errorgroupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_rootcauseanalyses_testsessionerrorgroups_testsessionerrorgroupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_rootcauseanalyses_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_rootcauseanalyses_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_runtimes 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_runtimes --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_runtimes_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_runtimes_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_snippets 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_snippets --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_snippets 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_snippets --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_snippets_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_snippets_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_snippets_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_snippets_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_snippets_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_snippets_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticips 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticips --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticipsbyregion 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticipsbyregion --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticipstxt 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticipstxt --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticipv6s 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticipv6s --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticipv6sbyregion 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticipv6sbyregion --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_staticipv6stxt 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_staticipv6stxt --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_statuspages 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_statuspages --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_incidents 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_statuspages_incidents 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_statuspages_incidents --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_statuspages_incidents_incidentid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_incidents_incidentid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_incidents_incidentid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_statuspages_incidents_incidentid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_statuspages_incidents_incidentid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_statuspages_incidents_incidentid_incidentupdates --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_statuspages_incidents_incidentid_incidentupdates_incidentupdateid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_services 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_services --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_statuspages_services 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_statuspages_services --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_statuspages_services_serviceid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_services_serviceid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_services_serviceid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_services_serviceid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_statuspages_services_serviceid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_statuspages_services_serviceid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_statuspages_statuspageid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_statuspageid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_statuspageid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_statuspageid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_statuspages_statuspageid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_statuspages_statuspageid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_statuspages_statuspageid_subscriptions 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_statuspages_statuspageid_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_statuspages_statuspageid_subscriptions_bulk --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_statuspages_statuspageid_subscriptions_subscriptionid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_testsessionerrorgroups 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups_projects_projectid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_testsessionerrorgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_testsessionerrorgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_patch_v1_testsessionerrorgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_patch_v1_testsessionerrorgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_testsessions_trigger 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_testsessions_trigger --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_testsessions_testsessionid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_testsessions_testsessionid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_testsessions_testsessionid_completion 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_testsessions_testsessionid_completion --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_triggers_checkgroups_groupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_triggers_checkgroups_groupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_triggers_checkgroups_groupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_triggers_checkgroups_groupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_triggers_checkgroups_groupid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_triggers_checkgroups_groupid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_triggers_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_triggers_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_triggers_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_triggers_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_triggers_checks_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_triggers_checks_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_variables 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_variables --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v1_variables 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v1_variables --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_delete_v1_variables_key 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_delete_v1_variables_key --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v1_variables_key 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v1_variables_key --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v1_variables_key 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v1_variables_key --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v2_checkgroups 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v2_checkgroups --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_put_v2_checkgroups_id 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_put_v2_checkgroups_id --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v2_checkresults_checkid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v2_checkresults_checkid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_post_v2_checksessions_trigger 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_post_v2_checksessions_trigger --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v2_checksessions_checksessionid 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v2_checksessions_checksessionid --json
ParameterTypeRequiredDescription
No parameters.
checkly.checkly_get_v2_checksessions_checksessionid_completion 0 parameters
Schema command
kosmo integrations:schema checkly.checkly_get_v2_checksessions_checksessionid_completion --json
ParameterTypeRequiredDescription
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.